解決MYSQL錯誤:ERROR 1040 (08004): Too many connections

方法一: show processlist; show variables like 'max_connections'; show global status like 'max_used_connections'; set GLOBAL max_connections=1500;   方法二: 修改my.ini: max_connections=1000 這種方法要重啓。
相關文章
相關標籤/搜索