win2003下不能连接linux的mysql

win2003下不能连接linux的mysql

我在linux下做了个mysql,本地可以正常的连接到MYSQL,但在WIN2003下用Mysql cc这个工具连接时无法连接,显示以下错误:hosts(192.168.0.11) is not allow to connect this mysql server

防火墙关闭了,3306也打开了。
是不是我的root 不能进行远程管理啊?
请各位高手指点指点      
确定MYSQL装在WIN2003还是LINUX里啊!      
linux      
呵呵,估计是[email="root@localhost"]root@localhost[/email]这类的密码,本地用的。
在linux下改一下设置一个任意主机的密码就可以了。      
use mysql;
update user set Host="%" where User=root;



netstat -lnp 看看 mysql 是不是监听外网的ip;