Standalone MySQL server, unable to connect
I've followed this guide:
I've got two Linodes (in the same data center) and followed each step in the guide. However, I'm unable to connect to the MySQL-Linode from my App-Linode. I'm able to ping from "foo.app1" to "foo.mysql1" and vice versa, but when I'm trying to connect to MySQL I'm getting:
ERROR 2003 (HY000): Can't connect to MySQL server on 'foo.mysql1' (110)
MySQL is working on the MySQL-Linode though when I'm connecting using mysql -h localhost -u root -p.
I have no idea what's going on, nothing in the logs so I'm a bit stuck here. Thanks!
4 Replies
bind-address = foo.mysql1
And restarted…