The Holodyn Corporation
Please Login or Register

Knowledgebase

Add to Favourites Add to Favourites Print this Article Print this Article

Backup & Restore MySQL Database Tables

To backup and restore a MySQL database with all tables from a command prompt:

To Backup the database:

mysqldump -u username -ppassword database_name > dump.sql

To Restore the file:

mysql -u username -ppassword database_name < dump.sql

Here's a Great Document explaining the process in more detail:

http://www.mydigitallife.info/2007/07/21/how-to-backup-and-restore-export-and-import-mysql-databases-tutorial/



Was this answer helpful?

Also Read
Converting Audio Files (Views: 910)

Language:

Quick Navigation

Client Login

Email

Password

Remember Me

Search


Credit Card Processing