티스토리 뷰
service로 구동 후 max connection 개수가 214로 변경되는 문제
아래와 같이 수정한다.
$ vi /lib/systemd/system/mysql.service.d/limit_nofile.conf
[Service]
LimitNOFILE=4000
참고
mysql_connection_수가_214개로_고정되는_문제 [AllThatLinux!]
클라이언트에서 mysql서버로 접속할 수 있는 수를 지정할 수 있는 방법이 있다. 최대 접속 수 확인은 이렇게 한다. mysql> show variables like 'max_connections'; +-----------------+-------+ | Variable_name | Value | +-----
ww.atl.kr
( MySQL ) max_connection이 214..이상으로 올라가지 않는경우
Max connection이 늘어나지 않아. 왜이러지 mysql> show variables like 'max_connect%'; +--------------------+-------+ | Variable_name | Value | +--------------------+-------+ | max_connect_errors | 1..
marlboroyw.tistory.com
반응형
댓글