Frequently Asked Questions

How can I back up my MySQL database?

Print this Article
Comment on this Article
Last Updated: November 14, 2011 4:25 PM

The standard method for backing up a MySQL database is via the dump method. This backup process produces a copy of the database in ASCII(text) form. The file uses a series of SQL statements that build the database. This is the most common format to backup a MySQL database and can be obtained through your account manager.

For more information about backing up your MySQL database, see Exporting a MySQL Database from Your Hosting Account