show global variables like '%timeout';
show global variables like 'max_allowed_packet';

 

//以下三个参数调大

set global interactive_timeout=10800;
set global wait_timeout=10800;
set global max_allowed_packet=536870912;

相关文章:

  • 2021-11-16
  • 2022-12-23
  • 2021-06-30
  • 2021-08-12
  • 2022-12-23
  • 2021-12-27
猜你喜欢
  • 2021-12-17
  • 2022-03-05
  • 2022-12-23
  • 2021-11-11
  • 2022-01-01
相关资源
相似解决方案