Mysql server connection issue in SQLYOG

Is there a way to connect to a remote database using SQLyog? I have a database IP address, username and password. However, I have "Error 2003 - Unable to connect to MySQL server on" [myIpAddress] "(10035) whenever I test the connection in SQLyog.

+4
source share
1 answer

You must use both an ssh connection and a connection to the mysql server to establish a successful connection.

+4
source

Source: https://habr.com/ru/post/1686528/


All Articles