General error: 1835 Malformed communication packet [duplicate]

牧云@^-^@ 提交于 2020-12-25 09:50:28

问题


Suddenly I got this error in my Laravel web application.

PDOException in MySqlConnector.php line 38:

SQLSTATE[HY000]: General error: 1835 Malformed communication packet

Can you help me out to solve this?


回答1:


With reference to another post, I have added the below line in db connection and its working for now.

'options' => [PDO::ATTR_EMULATE_PREPARES => true]



来源:https://stackoverflow.com/questions/64677005/general-error-1835-malformed-communication-packet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!