How to run mysqldump command
Backup a single database:
Run from your terminal window to get a database dump:
mysqldump -u username -ppassword database_name > dump.sql
Backup all available databases:
Run from your terminal window to get dump of all databases:
mysqldump -u username -ppassword -all-databases > dump.sql
Please note, that all databases in the example above will be dumped as a single file.
If you would like a service but do not have enough of a budget, earn points through our affiliate program by referring customers to us and use them toward your project or service with us.
Have any questions?
Use the following form to submit them or call us at 917.558.8139 within US or +1 917 558 81 39 (International).
GEORGE
Sales & marketing
ALEX
Sales & marketing
GREG
Senior developer
Use the form below and ask your questions


