|
|
Mysql Error - ERROR 1016 (HY000): Can't open file: '..frm' (errno: 24) - Mysql
|
Views : 1861
|
|
Tagged in : Mysql
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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.
|
|
By raja, On - 2009-09-17 |
|
|
|