mysql [mysql_options]"" />
Here is a simple command line tip for moving a mysql database from one server to another.
mysqldump [mysqldump_options] | gzip -c | ssh user@remotehost "gunzip -c > mysql [mysql_options]"
Tags: migration mysql
You can be the first one to leave a comment.
Click here to cancel reply.
0 Comments
You can be the first one to leave a comment.