终端shell打开Mysql配置文件:
sudo vi /etc/mysql/my.cnf
#bind-address = 127.0.0.1
#bind-address = 0.0.0.0
第一条语句是之前解决外部访问Mysql数据库是注释掉的,因为仅限本机(localhost)访问。
第二条是因为解决外部访问Mysql时加上的(表示任何IP均可访问),因为不管用了所有给注释掉了,而且管用了。
ubuntu15.04手动安装MySQL5.6.27数据库:http://www.linuxdiyf.com/linux/14699.html
Ubuntu15.04的MySQL数据库允许Toad远程连接:http://www.linuxdiyf.com/linux/12995.html
Ununtu 15.04安装MySql(Django连接Mysql):http://www.linuxdiyf.com/linux/13783.html
Ubuntu15.04下MySQL5.6安装过程:http://www.linuxdiyf.com/linux/13250.html
Ubuntu 14.10下编译安装MySQL 5.6.23:http://www.linuxdiyf.com/linux/12221.html