python - (2006, 'MySQL server has gone away')
巴扎黑
巴扎黑 2017-04-18 10:23:23
0
2
630

max_allowed_packet=500M
wait_timeout=200000
interactive_timeout = 200000
这些都修改过了,服务也重启了,但还是上面的错误

巴扎黑
巴扎黑

reply all(2)
刘奇

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...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template