$ nano /etc/mysql/my.cnf
comment out:
skip-networking
on fixed ip-address:
bind-address=xxx.xxx.xxx.xxx
else comment out
restart mysql
$ /etc/init.d/mysql restart
open firewall:
$ /sbin/iptables -A INPUT -i eth0 -p tcp --destination-port 3306 -j ACCEPT