+ -
当前位置:首页 → 问答吧 → 远程连接mysql 10060错误

远程连接mysql 10060错误

时间:2011-12-13

来源:互联网

远程连接mysql 10060错误
Could not connect: Can't connect to MySQL server on '***.***.***.***' (10060)

代码是
$con = mysql_connect("***.***.***.***","user","Password");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

用户名和密码正确 而且用户名有权限远程IP 不是localhost 而是%
本地用phpmyadmin 正常
防火墙关闭了  
服务器是 Windows 2003 系统 
求解啊

作者: sun8911879   发布时间: 2011-12-13

以解决
安全策略的问题....
第一个回复给分~

作者: sun8911879   发布时间: 2011-12-13

http://www.google.com.hk/search?gcx=w&sourceid=chrome&ie=UTF-8&q=mysql+10060++%E9%94%99%E8%AF%AF
去看看吧,我没遇到过...

作者: yunprince   发布时间: 2011-12-13

好,恭喜楼主了,来骗分的。

作者: tongxuhua000   发布时间: 2011-12-13

相关阅读 更多