Careri,
Saturday, June 22, 2002, 12:37:29 PM, you wrote:

>> >> i have a problem with an index of  a BerkeleyDB table because this is corrupted
>> >> and crashes Mysql (v. 3.23.49).
>> >> 
>> >> The size of table file is correct 8Mb for  15.000 records but from a select
>> >> I view only the first 957 !!!!
>> >> 
>> >> If I launch "mysqldump" or a "select" or "alter table drop index.." the result
>> >> is the same. Mysql crashes....
>> >> 
>> >> How can I fix index in BDB table, I did not find any tools in mysql package...
>> 
>> Check http://sleepycat.com, you can find some utilities there ...
>> 
>> DWP> just do from mysql prompt :
>> DWP> mysql> repair table [tablename]
>> 
>> REPAIR TABLE doesn't repair BDB tables!
>> 
CG> Infact I can not repair BDB table, but when a index is corrupted 
CG> what can I do ???

CG> Please I am in large difficulty, data is more important !!!!

Have you looked at sleepycat.com?
You can find db_recovery utility there. db_recovery is used for
the recovery from incremental backup.





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
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