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
 

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options