Dump only data from MySQL database using mysqldump


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. mysqldump --no-create-info dbname > `date "+%Y%m%d%H%M%S"`_dbname.sql

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.