how to mysqldump remote db from local machine
Sometimes we need to do a mysqldump of a database on a remote server, but the server does not have mysqldump installed. I would like to use the mysqldump on my machine to connect to the remote database and do the dump on my machine. Create an ssh tunnel Run Mysqldump Command Important Note Do … Read more