Re: Re: Re: corrupt index in BDB table

2002-06-25 Thread Egor Egorov

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




Re: Re: corrupt index in BDB table

2002-06-22 Thread Egor Egorov

Dicky,
Friday, June 21, 2002, 11:04:32 AM, 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!





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




Re: Re: corrupt index in BDB table

2002-06-22 Thread Careri Giuseppe

You wrote:

 From: Egor Egorov [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Date: Sat, 22 Jun 2002 12:10:01 +0300
 Subject: Re: Re: corrupt index in BDB table
 
 
 Dicky,
 Friday, June 21, 2002, 11:04:32 AM, 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!
 
Infact I can not repair BDB table, but when a index is corrupted 
what can I do ???

Please I am in large difficulty, data is more important 

Thanks

Giuseppe

-
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




Re: corrupt index in BDB table

2002-06-22 Thread Dicky Wahyu Purnomo

On Sat, 22 Jun 2002 11:37:29 +0200 (CEST)
Careri Giuseppe [EMAIL PROTECTED] wrote:


  
  DWP just do from mysql prompt :
  DWP mysql repair table [tablename]
  
  REPAIR TABLE doesn't repair BDB tables!
  
 Infact I can not repair BDB table, but when a index is corrupted 
 what can I do ???
 
 Please I am in large difficulty, data is more important 
 

have you tried this ?
mysql optimize table [tablename]

-
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




corrupt index in BDB table

2002-06-21 Thread Giuseppe Careri

Hi,

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

Thanks...

Giuseppe


-
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




Re: corrupt index in BDB table

2002-06-21 Thread Dicky Wahyu Purnomo

On Fri, 21 Jun 2002 09:51:35 +0200
Giuseppe Careri [EMAIL PROTECTED] wrote:

 Hi,
 
 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...

just do from mysql prompt :
mysql repair table [tablename]


-- 
I'd crawl over an acre of 'Visual This++' and 'Integrated Development
That' to get to gcc, Emacs, and gdb.  Thank you.
-- Vance Petree, Virginia Power

-
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