8wDlpd.png
8wDFp9.png
8wDEOx.png
8wDMfH.png
8wDKte.png

无法连接到 MySQL 服务器错误 111

Limon Monte 2月前

37 0

我在 Linux 机器 IP = 192.168.1.100 上安装了 mysql 服务器,但是当我尝试连接到此 IP 时总是出现错误 (111)。但使用 localhost 和 127.0.0.1 就可以了。beer@beer-laptop# ifconfig | grep \'inet ad...

我在 Linux 机器上安装了 mysql 服务器,IP = 192.168.1.100,但是当我尝试连接到这个 IP 时总是出现错误(111)。但使用 localhost 和 127.0.0.1 就可以了。

beer@beer-laptop# ifconfig | grep "inet addr"
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0

beer@beer-laptop# mysql -ubeer -pbeer -h192.168.1.100
ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.1.100' (111)

beer@beer-laptop# mysql -ubeer -pbeer -hlocalhost
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 160
Server version: 5.1.31-1ubuntu2 (Ubuntu)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> 

beer@beer-laptop# mysql -ubeer -pbeer -h127.0.0.1
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 161
Server version: 5.1.31-1ubuntu2 (Ubuntu)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> 

从另一台机器连接也会出现错误 111。

another@another-laptop# mysql -ubeer -pbeer -h192.168.1.100
ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.1.100' (111)

在这种情况下,使用 localhost/127.0.0.1 和 192.168.1.100 有何区别。我不知道如何从另一台机器连接到这个数据库。

请帮忙。谢谢。

帖子版权声明 1、本帖标题:无法连接到 MySQL 服务器错误 111
    本站网址:http://xjnalaquan.com/
2、本网站的资源部分来源于网络,如有侵权,请联系站长进行删除处理。
3、会员发帖仅代表会员个人观点,并不代表本站赞同其观点和对其真实性负责。
4、本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
5、站长邮箱:yeweds@126.com 除非注明,本帖由Limon Monte在本站《ubuntu》版块原创发布, 转载请注明出处!
最新回复 (0)
  • 并不总是这样。我的 my.cnf 文件没有任何 bind-address 或 skip-networking 行,但我还是收到相同的错误。也没有安装防火墙。没有办法了。

返回
作者最近主题: