-------------- Original message ----------------------
From: Tom Crimmins <[EMAIL PROTECTED]>
> <output>
> $ mysqldump -u root -p govern > test.sql
> Enter password:
> mysqldump: Got error: 1017: Can't find file: './govern/VT_SY_LANGUAGE.frm'
> (errno: 24) when using LOCK TABLES
> </output>

perror says 24 is too many open files
http://dev.mysql.com/doc/mysql/en/Not_enough_file_handles.html
The manual says how to fix the problem.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to