$ sudo vim /etc/mysql/my.cnf ### edit my.cnf ### set bind address and comment out or remove skip-networking (if exists) [mysqld] ... bind-address=SERVER-EXTERNAL-IP # skip-networking $ /etc/init.d/mysql restart
Now it works.
$ sudo vim /etc/mysql/my.cnf ### edit my.cnf ### set bind address and comment out or remove skip-networking (if exists) [mysqld] ... bind-address=SERVER-EXTERNAL-IP # skip-networking $ /etc/init.d/mysql restart
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.