Friday, June 22, 2012

Open MySQL Port 3306

  1. check: netstat -lpn | grep 3306
  2. /etc/mysql/my.cnf
  3. bind-address -> 0.0.0.0
  4. /etc/init.d/mysql restart
  5. check: netstat -lpn | grep 3306
  6. open port with iptables...

No comments:

Post a Comment