News

Migrating a database is as simple as selecting the database in the left column, clicking the Export link, and saving the database to a file.
The mysqldump command can be used to export MySQL database data for one database at a time or for all MySQL data. According to the documentation, you should consider using the mysqlhotcopy instead ...