Skip to Content

Mysql connect remote server

Posted on

With mysql, we can connect to remote server by using command:

mysql -uUsername -p -h remote_ip

comments powered by Disqus