~$ 下运行:
sudo gedit /etc/mysql/mysql.conf.d/mysqld.cnf
找到 bind-address = 127.0.0.1,修改为 bind-address = 0.0.0.0 或者 在最前面加 # 注释掉
重启mysql :
sudo /etc/init.d/mysql restart
Ubuntu下允许mysql远程连接:http://www.linuxdiyf.com/linux/16125.html
mysql远程登陆不上:http://www.linuxdiyf.com/linux/15361.html
MySQL远程连接不上的解决:http://www.linuxdiyf.com/linux/11488.html
ubuntu 15.04开放mysql远程3306端口:http://www.linuxdiyf.com/linux/15206.html
在Ubuntu上安装Mysql并远程连接:http://www.linuxdiyf.com/linux/15568.html