공부용 블로그

mysql "too many connection" error 본문

설계/WebServer

mysql "too many connection" error

tomato212 2018. 10. 10. 15:50


max_connection 확인


# show variables like 'max_connections';



최대 동시접속자 수 확인


# show status like 'max_used_connections';



최대 동시접속자 수 설정


# set global max_connections=숫자;

'설계 > WebServer' 카테고리의 다른 글

JVM 이란  (0) 2018.10.13
Jmeter 테스트 오류  (0) 2018.10.11
FastCGI  (0) 2018.10.02
Context Switching  (0) 2018.10.02
Web Server Architecture 마인드맵  (0) 2018.09.30