1

我有一个我创建的守护进程,并且出现随机Mysql has gone away错误。我正在使用mysql_pconnect并且脚本在我收到错误之前运行了大约 2 秒。该查询是一个非常简单的查询,它返回 2 行。此脚本通过 CLI 运行,但通过 apache 进行的任何其他操作都不会显示此错误。知道为什么我的脚本会像这样超时吗?我也有一个 ODBC 连接,它正在做非常相似的事情!

mysql> show variables like "%timeout%";
+----------------------------+-------+
| Variable_name              | Value |
+----------------------------+-------+
| connect_timeout            | 10    |
| delayed_insert_timeout     | 300   |
| innodb_lock_wait_timeout   | 50    |
| innodb_rollback_on_timeout | OFF   |
| interactive_timeout        | 28800 |
| net_read_timeout           | 30    |
| net_write_timeout          | 60    |
| slave_net_timeout          | 3600  |
| table_lock_wait_timeout    | 50    |
| wait_timeout               | 28800 |
+----------------------------+-------+
10 rows in set (0.00 sec)
4

0 回答 0