0

我正在尝试通过我的 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 从另一台计算机进行连接。

我希望有人有任何建议/提示/想法等

4

0 回答 0