LinuxSir.cn,穿越时空的Linuxsir!

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

debian 配置mysql-query-brower 连接异常

[复制链接]
发表于 2006-5-26 14:12:51 | 显示全部楼层 |阅读模式
debian 安装好了mysql

   mysql -u root -p 可以访问

   安装好 mysql-query-brower 后

   输入地址  127.0.0.1   usr: root    password:****

   Could not connect to host '127.0.0.1'.
MySQL Error Nr. 1130
Host 'localhost.localdomain' is not allowed to connect to this MySQL server

   /etc/hosts
   127.0.0.1       localhost.localdomain   localhost
    192.168.3.111     mydomin.com.cn    chenj

   /etc/mysql/my.conf 片段

[mysqld]
#
# * Basic Settings
#
user            = mysql
pid-file        = /var/run/mysqld/mysqld.pid
socket          = /var/run/mysqld/mysqld.sock
port            = 3306
basedir         = /usr
datadir         = /var/lib/mysql
tmpdir          = /tmp
language        = /usr/share/mysql/english
#skip-external-locking
#
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
bind-address            = 127.0.0.1
#
# * Fine Tuning
#


  
请大家帮我看看什么问题?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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