首頁 > 問答 > 主體
thinkphp mysql too many connection这个错误!大家有没有遇到呀?求助~我的mysql最大连接数是300
PHP中文网2017-04-17 14:59:39
登入mysql終端,使用show full processlist查看mysql連線資訊。
Mysql達到連接數上限了,修改一下mysql的配置即可。
show variables like '%max_connections%'; set global max_connections = 5000;
如果連線數比5000還多,那就要上主從複製讀寫分開了,避免單機讀寫上限。
怪我咯2017-04-17 14:59:39
重啟mysql,或是立刻斷網,有可能你的mysql資料庫被別人ddos了