码迷,mamicode.com
首页 > 数据库 > 详细

虚拟机中MySQL连接问题:Lost connection to MySQL server at 'reading initial communication packet, system error: 0 以及 host is not allowed to connect mysql

时间:2016-12-13 21:23:18      阅读:697      评论:0      收藏:0      [点我收藏+]

标签:nic   option   my.cnf   pack   使用   -name   ror   add   ica   

环境:在VirtualBox中安装了Ubuntu虚拟机,网络使用了NAT模式,开启了端口转发。

技术分享

局域网内其他计算机访问虚拟机中的MySQL Server出现两个问题:

Lost connection to MySQL server at ‘reading initial communication packet, system error: 0

以及

host is not allowed to connect mysql

 

1.解决Lost connection to MySQL server at ‘reading initial communication packet, system error: 0

修改/etc/mysql/my.cnf

注释#bind-address = 127.0.0.1

在[mysqld]中加入skip-name-resolve

 

2.解决host is not allowed to connect mysql

进入mysql库:

grant all privileges on *.* to ‘root‘@‘%‘ identified by ‘YourPassword‘ with grant option;

 

虚拟机中MySQL连接问题:Lost connection to MySQL server at 'reading initial communication packet, system error: 0 以及 host is not allowed to connect mysql

标签:nic   option   my.cnf   pack   使用   -name   ror   add   ica   

原文地址:http://www.cnblogs.com/dreamingodd/p/6171820.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!