Reputation: 317
is there any way to connect to a remote database by using SQLyog? I have the ip address, user name and password of the database. However, I have 'Error 2003 - Can't connect to MySQL server on '[myIpAddress]' (10035) whenever I test connection in SQLyog.
Upvotes: 1
Views: 1808
Reputation: 71
You need to add % wild card in your cpanel to enable mysql remote connection, if you cannot do this, you can use SSH tunnel to connect to database, Please check the following screenshot
Upvotes: 0
Reputation: 317
Need to use both ssh connection and mysql server connection for establishment of successful connection.
Upvotes: 1