DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
[MySQL] Accept TCP Connections From Any Host
// Change bind-adress on your /etc/mysql/my.cnf to look like this
bind-address = 0.0.0.0






