Re: Undelete a droped table

2006-11-08 Thread Scott Johnson
Sorry, Microsoft SQL! From: "Panos Tsapralis" <[EMAIL PROTECTED]> Sent: Wednesday, November 08, 2006 6:48 AM To: [EMAIL PROTECTED] Subject: Re: Undelete a droped table I suppose you

Re: Undelete a droped table

2006-11-08 Thread Panos Tsapralis
os Tsapralis" <[EMAIL PROTECTED]> *Sent*: Tuesday, November 07, 2006 1:10 PM *To*: "Eric Lommatsch" <[EMAIL PROTECTED]> *Subject*: Re: Undelete a droped table Eric, as far as SQL is concerned, there is no way to recover dropped tables and, to my knowledge, there is no MYS

Re: Undelete a droped table

2006-11-08 Thread scott
<[EMAIL PROTECTED]> Subject: Re: Undelete a droped table Eric, as far as SQL is concerned, there is no way to recover dropped tables and, to my knowledge, there is no MYSQL-specific way to do that either, so, your only hope is to have a rather fresh backup of your database. BTW, this gives

Re: Undelete a droped table

2006-11-07 Thread TK
>On 11/7/06, Eric Lommatsch <[EMAIL PROTECTED]> wrote: >>I have accidently droped a table from one of my database's. The table was >>an innodb table. Is there anyway that I can recover the table or is that >>information gone for good if I don't have a current backup of that table? At 11:09 PM 11/

Re: Undelete a droped table

2006-11-07 Thread Panos Tsapralis
Eric, as far as SQL is concerned, there is no way to recover dropped tables and, to my knowledge, there is no MYSQL-specific way to do that either, so, your only hope is to have a rather fresh backup of your database. BTW, this gives me an idea: I suppose that dropping a database table is a two-t

Re: Undelete a droped table

2006-11-07 Thread Rolando Edwards
There is only ONE SLIM HOPE. Is your binary logging enabled ??? If yes, how far back ?? You could theoretically recreate the table from the binary logs up to the moment just before you accidentally dropped the table if the binary logs contain the moment you first created the table along with all

Re: Undelete a droped table

2006-11-07 Thread Carlos Proal
Only if you had enabled the "log" or "bin-log" options, and the log's history contains the information you need (depending on the log's creation date). Carlos On 11/7/06, Eric Lommatsch <[EMAIL PROTECTED]> wrote: Hello, I have accidently droped a table from one of my database's. The table was