VDS Sphera Knowledge Base
| Main / Browse Categories / MySQL / How can I dump a MySQL database from the command line? |
How can I dump a MySQL database from the command line?
From the SSH command line:
mysqldump -h localhost DATABASE > DATABASE.sqlReplace DATABASE with the name of your database. NOTE: Accounts created before July 7th, 2003 will want to use: /usr/local/mysql/bin/mysqldump -h localhost DATABASE > DATABASE.sql
User Comments
|
||||||||
Attachments
| No attachments. |
Related Articles
|
|


