数据库配置max_allowed_packet 以前设置为4m,现在逐步增加,极端的设置为2000M,问题依然未能解决 断点时,发现command的查询结果为空,这里是出的考勤名单,为空很正常,执行到command.Fill(ds, "ds");步骤时,出现了Packets larger than max_allowed_packet are not allowed错误 而且 ...