Changes

Backup The MySQL Database

446 bytes added, 03:08, 22 January 2014
The following lines were added (+) and removed (-):
== SQL Dump ==Using mysqldump is an effective tool to backup your MySQL database. This method creates text files in sql syntax with DROP table, CREATE table and INSERT into sql-statements of the source database. To restore the database,  execute the *.sql file on the destination database.  Using mysqldump is the recommended method for using with the Innodb engine.  For databases using the MyISAM engine the use of mysqlhotcopy is faster.
Bureaucrat, administrator
14,711
edits