Hi,

I want to save a database with 'mysqldump' and get the following error:
mysqldump: Got error: 1105: File '/var/lib/mysql/mydb/J99.MYD' not found (Errcode: 24) when using LOCK TABLES


But the file *does* exist:
> ls -l /var/lib/mysql/mydb/J99.MYD
-rw-r----- 1 mysql mysql 224 Feb 24 2002 /var/lib/mysql/mydb/J99.MYD


What's the reason for the error?
Is there a possibility, that the database is to large? It has about 1000 tables, but the database altogether has an amount of 35 MB.
Could I tell mysqldump to access the database in portions?


Regards,
Wolfgang


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



Reply via email to