📌  相关文章
📜  第 446 行的错误 1153 (08S01):得到的数据包大于“max_allowed_packet”字节 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:29.988000             🧑  作者: Mango

代码示例1
run these commands in a MySQL console connected to that same server:
set global net_buffer_length=1000000; 
set global max_allowed_packet=1000000000;