Hi there,
I've seen similar posts on this board, but did not find any solutions in them and thought to post a new topic instead of hijacking one.
I' trying to connect to mysql remotely from my windows machine using MySQL Administrator or HeidiSQL.
I get the same error from both:
Quote:
Can't connect to MySQL server on 'xx.xx.xx.xx'(10061)
I've googled around and found copious information related to the issue but I have not found a solution. My disability with Linux does not help...
I have checked my.cnf, and issued mysqladmin commands to verify that the port being used is 3306 and mysql ip is binded to localhost ip (127.0.0.1)
Mysql seems to be running.
Quote:
mysqladmin --protocol=tcp ping
mysqld is alive
I also issued other commands that I might not fully understand the result:
Quote:
netstat -an | grep 3306
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
Quote:
netstat -ln | grep mysql
unix 2 [ACC] STREAM LISTENING 19069 /var/run/mysqld/mysqld.sock
I also followed the Securely Administer MySQL with an SSH Tunnel guide using putty, but I might not fully understand it, since I did not make it work.
Please, directions!
----------------------------------------------------------
Configuration Profile:
My LAMP Stack Profile
Linux Distro:
Ubuntu 10.04