cp /etc/mysql/my.cnf /etc/mysql/my.cnf.bak
vim /etc/mysql/my.cnf
[mysqld] bind-address = 0.0.0.0
service mysql restart