摘要: 转自: http://www.thegeekstuff.com/2008/09/backup-and-restore-mysql-database-using-mysqldump/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 f 阅读全文
posted @ 2011-09-13 18:47 Lux.Y 阅读(1184) 评论(0) 推荐(0)