How do I create a mysql dump from a remote server to the local machine?

mysqldump --opt --host={213.211.111.11} --user='{username}' --password='{password}' --database {db_name} > {path/to/file/filename.sql}

Posted

in

,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.