navicat8连接远程数据库  为什么就是连不上呢 
服务器需要做哪些配置》?

解决方案 »

  1.   

    grant all on *.* to root@'%' identified by 'yourpassword';
      

  2.   

    grant all on *.* to root@'%' identified by 'yourpassword';
    flush privileges;(刷新权限)
      

  3.   

    TELNET IP 3306 发现端口失败 怎么办
      

  4.   

    参考下贴中的检查方法并贴出你的检查结果(#43楼)http://topic.csdn.net/u/20090920/22/14d4f597-b7d4-4c24-b0db-abb2956e66c3.html
    [收集]mysql   无法联接故障现象及原因
      

  5.   

    认真的看了,本地可以用222.25.152.*连接,可以排除MYSQL没有启动,端口号错误的问题
    但是TELNET 222.25.152.* 3307 却显示“不能打开到主机的连接, 在端口 3307: 连接失败
    但是我又用局域网的网线插上电脑,他们通过局域网IP又可以正常连上我的机器。(是否可以排除防火墙的问题?)
      

  6.   

    错误信息 :ERROR 2003 (HY000): Can't connect to MySQL server on 'IP' (10061)
      

  7.   

    TELNET 222.25.152.* 3307红色部分是你的MYSQL主机的IP,怎么可能是*呢?
      

  8.   

    根win2003的系统有关系吗,现在能确定的是对XP机器做一个端口映射以后就可以连上,但对服务器还是没折,连不上,服务器是WIN2003的系统,上面那个星号是省略的,公司有其他WIN2003的系统,我们也没能连上他的数据库
      

  9.   

    楼主需要详细看一下那个贴子。至少你要先检查 PING,然后才检查 TELNET
      

  10.   


    可以ping通的=======================
    C:\Documents and Settings\Administrator>ping 60.217.233.*
    Pinging 60.217.233.* with 32 bytes of data:Reply from 60.217.233.*: bytes=32 time=183ms TTL=115
    Reply from 60.217.233.*: bytes=32 time=164ms TTL=115
    Reply from 60.217.233.*: bytes=32 time=210ms TTL=115
    Reply from 60.217.233.*: bytes=32 time=269ms TTL=115Ping statistics for 60.217.233.*:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 164ms, Maximum = 269ms, Average = 206msC:\Documents and Settings\Administrator>telnet 60.217.233.* 3306
    正在连接到60.217.233.*...不能打开到主机的连接, 在端口 3306: 连接失败C:\Documents and Settings\Administrator>telnet 60.217.233.* 3307
    正在连接到60.217.233.*...不能打开到主机的连接, 在端口 3307: 连接失败