Answers for "copy db from one server to another mysql"

0

copy db from one server to another mysql

mysqldump -uuser -ppassword myDatabase | mysql -hremoteserver -uremoteuser -premoteserverpassword
Posted by: Guest on March-26-2021

Code answers related to "copy db from one server to another mysql"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language