我一直在研究一个数据查询,它将使用给定的参数从表中选择一条记录。
它在 localhost 中使用时运行良好,但在生产站点中上传和使用时会引发错误。
请看错误
exception 'CDbException' with message 'CDbCommand failed to execute the SQL
statement: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away.
The SQL statement executed was: SELECT id from MST_PERSON WHERE last_name =
'name' and first_name = 'name' and middle_name = 'name' and
birth_date = 'date' limit 1 '
我试过增加sql的wait_timeout但没有运气。
提前致谢。