Nice one! This simple trick works great. ..and for any other users arriving here, note you can copy the DB to another server with the -h host flag. .... (pipe) mysql -h(otherserver) -u(username) -p(password) (destination database name)
Post a Comment
1 comment:
Nice one! This simple trick works great. ..and for any other users arriving here, note you can copy the DB to another server with the -h host flag.
.... (pipe) mysql -h(otherserver) -u(username) -p(password) (destination database name)
Post a Comment