Reply to comment
mysql binding to all ip's
I want to run some of my grails script against my production database (mysql). In order to do this, I need to expose the mysql server on an ip that isn't localhost.
My server is behind a firewall...
By just commenting the following line my /etc/mysql/my.conf and restarting mysql, my mysql is now visible on my local network.
bind-address = 127.0.0.1
