Source From: BLog.CripperZ.SG http://blog.cripperz.sg/2014/04/29/backup-and-restore-mysql-databases/
mysqldump is an effective tool to backup MySQL database. It creates a *.sql file with DROP table, CREATE table and INSERT into sql-statements of the source database. To restore the database, execute the *.sql file on destination database. For MyISAM, use mysqlhotcopy method that we explained e...
Backup And Restore Mysql Databases
Read Complete Post From Source: BLog.CripperZ.SG
Monday, April 28, 2014
Related Posts
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment