有没有使用SQLyog连接到远程数据库的方法?我有数据库的ip地址、用户名和密码。但是,每当我在SQLyog中测试连接时,我都会有‘error2003- Can't connect to MySQL server on 'myIpAddress’(10035)。
发布于 2017-09-28 18:00:32
需要同时使用ssh连接和mysql服务器连接才能成功建立连接。
https://stackoverflow.com/questions/46465899
相似问题