我是在VMware虚拟机下安装的Ubuntu15.04,mysql服务可以启用,但是用Toad远程连接的时候,连接不上,提示错误信息:
Unable to connect to any of the specified MySQL hosts.
解决办法如下:
1、关闭防火墙
root@mch:/etc/mysql# ufw disable
2、把/etc/mysql/mysql.conf.d/mysqld.cnf 文件里面的 bind-address = 127.0.0.1 注释掉
具体步骤:
root@mch:/etc/mysql# vim /etc/mysql/mysql.conf.d/mysqld.cnf
3、重启mysql服务
root@mch:/etc/mysql# service mysql restart
在Ubuntu Kylin 15.04中禁止mysql自启:http://www.linuxdiyf.com/linux/12312.html