max_allowed_packet=500Mwait_timeout=200000interactive_timeout = 200000这些都修改过了,服务也重启了,但还是上面的错误
Modify through the command line without restarting the mysql service.
set global max_allowed_packet=1024*1024*100;
The following article may be helpful to you:
http://caimaoy.com/caimaoy_gi...
Modify through the command line without restarting the mysql service.
The following article may be helpful to you:
http://caimaoy.com/caimaoy_gi...