LinuxSir.cn,穿越时空的Linuxsir!

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

通过mysql administrator从XP中连接LINUX服务器中的MYSQL出现了问题

[复制链接]
发表于 2006-3-23 16:47:04 | 显示全部楼层 |阅读模式
今天再次通过mysql administrator从XP中连接LINUX服务器中的MYSQL出现了问题,错误提示为:

Could not connect to the specified instance.
MySQL Error Number 1045
Access Denied for user 'mysql'@'192.168.0.244'(using password:YES)
If you want to check the network connection,please click the Ping button.

我的XP 的IP为192.168.0.244,LINUX的IP为:192.168.0.14,LINUX里有MYSQL中有mysql用户和root用户,密码都为mysql,我在mysql administrator里填写的信息为:
Stroed Connection:192.168.0.14
Server Host:gaofeng     (这是我的Linux主机名)
Username : mysql
Password : mysql    (当然这里是星号了)

请高手帮我查错,万分感谢!
 楼主| 发表于 2006-3-23 20:04:05 | 显示全部楼层
Hi gaofengm :
    Please check the mysql user if have the privilege for accessing  from remote.
    If not,please login as root on the 192.168.0.14 then type the following cammand:
    grant all on *.* to mysql@'%' identified by 'mysql';
    try and good luck

转贴给那些遇到了和我相同问题的坛友。这是Matrix里pollux0505的帖子,在这里再次感谢他/她的指点。
回复 支持 反对

使用道具 举报

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

本版积分规则

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