M
M
maniac_by2020-05-27 16:48:05
MySQL
maniac_by, 2020-05-27 16:48:05

How easy is it to backup MySQL 5.6 and deploy to another machine?

How easy is it to backup MySQL 5.6 and deploy to another machine?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2020-05-27
@maniac_by

mysqldump -u user -p database > database.sql
moved database.sql to another computer
mysql -u user -p database < database.sql

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question