用来解决读取sql文件的问题#show variables like '%timeout%';#show variables like 'max_allowed_packet'#set global wait_timeout=60000;#set global max_allowed_packet = 2*1024*1024 自己看着修改。。。