Connecting to a Remote MySQL Host
Tuesday, November 27th, 2007
You can connect to a remote mysql server if you have the necessary permissions…
mysql -h mysql.remote.com -u user
You can connect to a remote mysql server if you have the necessary permissions…
mysql -h mysql.remote.com -u user