Categories
How to make a copy (manually also possible) of a MySQL database on Centos 6?
You can just write a command for SSH access that will copy the database from def. name.
Answer the question
In order to leave comments, you need to log in
mysqldump -u root -p --all-databases > backup.sql mysqldump database_name > database_name.sql mysqldump --databases database_one database_two > two_databases.sql
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question