Cita:
Iniciado por rolygc ve al server donde tienes instalado MySQL
edita el file my.cnf depende de tu OS puede ser
# vi /etc/my.cnf
o
# vi /etc/mysql/my.cnf
Comenta la linea ke dice
# bind-address=YOUR-SERVER-IP
Perdon estuve escribiendo y me ekivoke lo ke tienes ke comentar es el skip-networking
# skip-networking comentala para ke puedas acceder a traves de la red
el bind-address si dejalo = al ip del servidor
si kieres desde cualkier host te kedaria de esta forma
mysql>GRANT ALL PRIVILEGES ON *.* TO root@'%' IDENTIFIED BY 'password' WITH GRAN OPTION:
mysql>FLUSH PRIVILEGES;
estate seguro ke confiurastes el firewall tambien para ke acepte conecciones a traves del puerto 3306 ke es el de mysql