1
MySQL open_files_limit-이 변수를 변경할 수 없습니다
내 open_files_limitmysql 만 있기 때문에 문제 가 발생합니다 1024. Centos 7, MySQL 커뮤니티 서버 5.6.22-log 실제로 WHM 서버 (원격 mysql)를 위해 mysql 전용의 vps이지만, 그 지점 옆에 있어야합니다. 구성 파일 my.cnf: [mysqld] open_files_limit = 100000 open-files-limit = 100000 #I've read that the dashes are required on older versions, but I …
17
mysql