Mysql Error - ERROR 1016 (HY000): Can't open file: '..frm' (errno: 24)

by raja 2009-09-17 19:14:18

The following error implies that Too many open files.

ERROR 1016 (HY000): Can't open file: '..frm' (errno: 24)

To rectify this set the system variable open-files-limit in MySql my.cnf file.

For ex. as,

open-files-limit = 5000

One will get this error if so many instances of table(s) is used in a query.





Tagged in:

3293
like
0
dislike
0
mail
flag

You must LOGIN to add comments