SyntaxFix
Write A Post
Hire A Developer
Questions
111 means connection refused, which in turn means that your mysqld only listens to the localhost interface.
localhost
To alter it you may want to look at the bind-address value in the mysqld section of your my.cnf file.
bind-address
mysqld
my.cnf