MySql Error 2006时间:2023-03-09 18:33:01 导入长字段时出现2006错误 在my.ini最后添加 max_allowed_packet = 10M 问题解决。 max_allowed_packet 参数的作用是,用来控制其通信缓冲区的最大长度。