我试图通过我的php代码连接到Windows 2008服务器上的MySql数据库,但是我收到以下错误:
Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 110 in /home/---/---/--/collector.php on line 19
Lost connection to MySQL server at 'reading initial communication packet', system error: 110
这是我的代码:
mysql_connect("the.server.net", "mysqluser", "password") or die(mysql_error());
我在互联网上寻找解决方案,我看到很多关于启用外部连接的建议,但这不是问题,因为我可以通过MySql Workbench从另一台计算机连接。
我希望有人有任何建议/提示/想法等