之前有写过远程连接mysql的文章。不过这样做不太安全,更好的方式是利用 ssh 远程连接mysql。
Host Name/IP Address: localhost Port: 3306 User Name: your database created user Password: your database user password
这里如果是密码登录的话,记得确认ssh是否允许root用户登录,如果禁止了需要新建一个用户来进行ssh登录的。
Host Name/IP address: your server host name Port: 21098 User Name: your cPanel username Authentication Method: Password Password: your cPanel password