mysqldump (Errcode: 24 - Too many open files)

(Errcode: 24 - Too many open files) (23)
에러 처리용

DB서버에서 실행

https://ixnfo.com/en/how-to-change-open_files_limit-in-mysql.html

# ulimit -n 20480

# vi /etc/security/limits.conf
*                hard    nofile          30720
*                soft    nofile          20480
root             hard    nofile          30720
root             soft    nofile          20480
mysql            hard    nofile          30720
mysql            soft    nofile          20480


# vi /etc/systemd/system/mysql.service
LimitNOFILE=20480

# systemctl daemon-reload
# systemctl restart mysql.service
댓글
  • No Nickname
    No Comment
  • 권한이 없습니다.
    {{m_row.m_nick}}
    -
제목 작성자 날짜
공대여자
공대여자
mins01
공대여자
공대여자
공대여자
공대여자
공대여자
공대여자
공대여자
공대여자
공대여자
jStat 1
공대여자
공대여자
공대여자
공대여자
공대여자
공대여자