LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 813|回复: 5

MySQL连接的问题,请问是否和2005安全设置有关?

[复制链接]
发表于 2005-5-16 11:29:40 | 显示全部楼层 |阅读模式
装完mysql启动之后,远程连接的时候总是说:
MySQL Error Number 2003
Can't connect to MySQL server on 'xx.xx.xx.xx'(10061)

直接在服务器端输入mysql -h 127.0.0.1也不能连接:
[root@ADWAYS-55 ~]# mysql -h 127.0.0.1
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111)

但是直接输入mysql是可以的:
[root@ADWAYS-55 ~]# mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 4.1.11

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

mysql> quit
Bye

google出来一个类似的结果,是说由于debian本身的安全策略导致的。
而我是刚刚安装了Mandriva LE 2005,请问是不是这个原因呢?
发表于 2005-5-16 12:52:53 | 显示全部楼层
是自己编译安装的?
看看是不是把tcp/ip连接给屏蔽了?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-16 15:50:58 | 显示全部楼层
找到解决办法了:
http://www.linuxsir.cn/bbs/showthread.php?t=198838

http://forums.mysql.com/read.php?11,20616,25577#msg-25577
---------------------------------------------------------------------------------
Solved ! on Mandriva 10.2, use urpmi instead of graphical install :
----------------------------------------------------------------------
More information on package MySQL-4.1.11-1mdk.x86_64
As a security measure networking in the mysql server has been disabled per
default, only localhost connections will work. This is because the mysql
root user has no password in a default install and that leaves the MySQL
server open for anyone to use.

To enable networking the user has to edit or delete the
/etc/sysconfig/mysqld file.
----------------------------------------------------------------------

把/etc/sysconfig/mysqld改名为/etc/sysconfig/mysqld.bak就好了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-16 15:55:36 | 显示全部楼层
Post by bbefadmin
是自己编译安装的?
看看是不是把tcp/ip连接给屏蔽了?

我也试着重新编译安装了一下,不过还是有这个问题。
Thanks anyway!
回复 支持 反对

使用道具 举报

发表于 2005-5-16 16:51:54 | 显示全部楼层
唉~我总算找到了。
这个文档在
/usr/share/doc/MySQL-4.1.11/README.urpmi
如果是通过 drakconf 安装的话,安装后会有信息提示的。
回复 支持 反对

使用道具 举报

发表于 2005-5-26 14:21:24 | 显示全部楼层
嗯,不错,urpmi安装后是有提示的!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表