MySQL打开文件限制

时间:2014-04-14 03:13:19

标签: mysql

我正在调整我的MySQL配置,特别是在open_files_limit上。我在etc / security / limits.conf中设置了值:

*       soft    nofile  100000
*       hard    nofile  200000

然后在my.cnf

[mysqld_safe]
open_files_limit = 65535

[mysqld]
open_files_limit = 65535

应用更改后,我重新启动了我的Apache2和MySQL服务,我登录到MySQL并获取了open_files_limit,结果是100000.它应该是65535.任何人都可以帮我配置MySQL中的其他值以便得到正确的结果?感谢

1 个答案:

答案 0 :(得分:0)

我认为你应该在增加my.cnf中的open_files_limit变量之前相应地增加/ proc / sys / fs / file-max的值

希望此链接可以帮助您。

http://www.webhostingtalk.com/showthread.php?t=872498