mysql dump only data myisam to innodb and gzip


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



Copy this code and paste it in your HTML
  1. mysqldump -u root -p -t --character-set=latin1 database | sed -r s/MyISAM/InnoDB/g | gzip > database.data.master.sql.gz

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.