Enable connecting remotely to mysql database on CentOS

//

//

Edit file:

/etc/my.cnf

Comment out line:

skip-networking

So should look like this:

#skip-networking

Restart MySQL

/etc/init.d/mysqld restart