Database
too many connections
CHOMAN
2019. 4. 17. 18:48
too many connections
max_connections 동시 접속 가능수
wait_timeout 종료 요청이 없을때 대기 시간
set global max_connections=200;
set global wait_timeout=300;
/etc/my.cnf 수정