Ubuntu中取消MySQL本机绑定 |
发布时间: 2012/8/11 17:43:45 |
Ubuntu中取消MySQL本机绑定 : 编辑/etc/mysql/my.cnf # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. - 将”bind-address = 127.0.0.1“注释 sudo /etc/init.d/mysql restart重启即可远程访问 本文出自:亿恩科技【www.enkj.com】 |