errno: 24 - Too many open files
You might see this error inside MySQL's error log file or during
mysql_upgrade operation.
Can't open file: ‘./db/table.frm' (errno: 24 - Too many open
files)
To solve this issue, you will need to change the open files limit
at system and db service level.
--> To check and change this limit at the system level, we
use ulimit client tool to set it dynamically.
* Check current system open file limit.
root@test:~# ulimit -a core file
size (blocks,
-c) 0 data seg …