hallo!

i have a backup-problem:

when i use 
mysqldump -u michael -p --opt --all-databases > backup

i get the following error:

USE backup;
mysqldump: Got error: 1017: Can't find file: 'title.MYD' (errno: 2) when
using LOCK TABLES

but when i use

mysqldump -u michael -p --opt --database books > backup

it works. table title is a part of books

why?

what is going wrong?

-- 
Gruß & bye

    Michael Ott

---------------------------------
- Siemens AG - I&S IT PS 51 ERL -
- Werner-von-Siemens-Strasse 60 -
- 91050 Erlangen                -
- Tel. +49 91 31 7 42 0 54      -
- [EMAIL PROTECTED]   -
---------------------------------

open-source and you have much fun

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to