方法一:

  打开cmd,用"mysql -u root -p;"命令进入mysql,

  输入命令:show variables like "max_connections" 显示最大连接数

  更改最大连接数 : set global max_connections = 5000 

  方法二:

  在my.ini加上

  max_connections=5000

  

相关文章:

  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
  • 2022-01-10
  • 2021-09-22
猜你喜欢
  • 2022-12-23
  • 2021-07-29
  • 2021-10-20
  • 2021-12-07
  • 2021-05-21
相关资源
相似解决方案