[Err] 1153 – Got a packet bigger than ‘max_allowed_packet’ bytes

mysql> show global variables like 'max_allowed%';
+--------------------+---------+
| Variable_name      | Value   |
+--------------------+---------+
| max_allowed_packet | 1048576 |
+--------------------+---------+
1 row in set

mysql> set max_allowed_packet=11048576;

 

你可能感兴趣的:(bytes)