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

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

Oros Tom 2月前

59 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 除非注明,本帖由Oros Tom在本站《ubuntu》版块原创发布, 转载请注明出处!
最新回复 (0)
  • 嗯,111 确实总是意味着连接被拒绝 :) 并且由于其他证据,这种特殊情况下仅使用 localhost。如果您提供有关您案例的更多详细信息,我可能会提供帮助?此外,根据您现在的系统,您的配置可能会分散在多个文件中。

返回
作者最近主题: