专题文章
时长:00:00更新时间:2020-11-09 19:33:39
MYSQLOutofresourceswhenopeningfile'./xxx_MySQL:出现Out of resources when opening file './xxx.MYD' (Errcode: 24)错误是因为打开的文件数超过了my.cnf的--open-files-limit。open-files-limit选项无法在mysql命令行直接修改,必须在my.cnf中设定,最大值是65536。重新启动mysqld,
查看详情