U
U
Urukhayy2015-03-19 17:41:48
MySQL
Urukhayy, 2015-03-19 17:41:48

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

1 answer(s)
A
AlexLIn, 2015-03-19
@Urukhayy

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 your question

Ask a Question

731 491 924 answers to any question