萬盛學電腦網

 萬盛學電腦網 >> 數據庫 >> mysql教程 >> mysql 1040 Too many connections錯誤

mysql 1040 Too many connections錯誤

本文章來介紹在windows與linux系統下mysql出現這種問題的解決方法,這裡主要是只要配置一下max_connections參數即可。


1、Windows系統下的mysql

修改配置文件“my.ini”,中的“max_connections”的值,將值改大即可。

max_connections = 1000

2、Linux系統下的mysql

修改配置文件“my.cnf”中的“max_connections”的值,將值改大即可。
 
max_connections = 1000

重啟一下mysql即可應用配置了。

小提示,max_connections在mySQL服務器允許的最大連接數16384哦,如果你是window服務器這裡還需要看windows最大性能來配置了。

copyright © 萬盛學電腦網 all rights reserved