MySQL open files limit
- by Brian
This question is similar to set open_files_limit, but there was no good answer.
I need to increase my table_open_cache, but first I need to increase the open_files_limit. I set the option in /etc/mysql/my.cnf:
open-files-limit = 8192
This worked fine in my previous install (Ubuntu 8.04), but now in Ubuntu 10.04, when I start the server up,…