在sql 文件头部,写入这几个信息即可

set global max_allowed_packet=100000000;
set global net_buffer_length=100000;
SET GLOBAL interactive_timeout=28800000;
SET GLOBAL wait_timeout=28800000;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-11-18
  • 2021-12-05
  • 2021-07-19
  • 2022-12-23
  • 2021-09-18
猜你喜欢
  • 2021-09-22
  • 2021-06-09
  • 2021-10-06
  • 2021-07-06
  • 2021-05-17
  • 2021-07-13
  • 2022-01-27
相关资源
相似解决方案