正如问题所述,max_allowed_packeton的影响(如果有的话)是LOAD LOCAL INFILE什么?
max_allowed_packet
LOAD LOCAL INFILE
将其设置为大值是否会快速将 700MB 等大尺寸数据文件加载到数据库中?
mysql
mysql ×1