Re: Undeleting an entire Database?
The binary log will be available if you got setting the synronization between server A and server B. So to restore the db, server A can be use binary log in server B to re-execute all the insert/update/delete/create/drop query in log. If log is available since created the db then re-execute all the log will recover back the db. But the case is if re-execute all the log mean the db will re-drop again...To solve this, change the db structure or rename the db, then will cause to re-execute position stop, then drop query will not run. Good luck. On 4/26/06, Barry <[EMAIL PROTECTED]> wrote: > > clint lenard schrieb: > > Hey guys, > > > > Well, I was unable to find anything on Google and I don't expect to > find a > > miracle... but I figured "why not". > > > > On Sunday morning I was trying to delete a Table through PHPMyAdmin and > > well... I dropped the entire DB without backing it up before. Stupid > > mistake, I know. > > > > So, I'm using Fedora Core OS/Linux and I was wondering if there was any > way > > to undelete this db? I lost about 350 new members on my site + all kinds > of > > blogs, comments, messages, etc. Is there ANY way to get this info back? > If > > not, It's not a huge deal... I suppose. I just wanted to see if anyone > might > > know of any special ways to get some of the data back. > > > > Thanks! > > > > - Clint Lenard > > > > Ah probably you have logged the insertings and updatings, there might be > a binarylog around there. You can use that also to restore the DB. > > good luck ~ > > -- > Smileys rule (cX.x)C --o(^_^o) > Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] > >
Re: Undeleting an entire Database?
clint lenard schrieb: Hey guys, Well, I was unable to find anything on Google and I don't expect to find a miracle... but I figured "why not". On Sunday morning I was trying to delete a Table through PHPMyAdmin and well... I dropped the entire DB without backing it up before. Stupid mistake, I know. So, I'm using Fedora Core OS/Linux and I was wondering if there was any way to undelete this db? I lost about 350 new members on my site + all kinds of blogs, comments, messages, etc. Is there ANY way to get this info back? If not, It's not a huge deal... I suppose. I just wanted to see if anyone might know of any special ways to get some of the data back. Thanks! - Clint Lenard Ah probably you have logged the insertings and updatings, there might be a binarylog around there. You can use that also to restore the DB. good luck ~ -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
Re: Undeleting an entire Database?
clint lenard schrieb: Hey guys, Well, I was unable to find anything on Google and I don't expect to find a miracle... but I figured "why not". On Sunday morning I was trying to delete a Table through PHPMyAdmin and well... I dropped the entire DB without backing it up before. Stupid mistake, I know. So, I'm using Fedora Core OS/Linux and I was wondering if there was any way to undelete this db? I lost about 350 new members on my site + all kinds of blogs, comments, messages, etc. Is there ANY way to get this info back? If not, It's not a huge deal... I suppose. I just wanted to see if anyone might know of any special ways to get some of the data back. Thanks! - Clint Lenard Ahaha. Yeah probably you do some backups from now on whenever you want to delete something. There are ways to undelete files on linux systems but i do not know how. Probably look for undeleteing files on unix and you might find a clue. Otherwise. On unix: What's gone stays gone! :D -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
Undeleting an entire Database?
Hey guys, Well, I was unable to find anything on Google and I don't expect to find a miracle... but I figured "why not". On Sunday morning I was trying to delete a Table through PHPMyAdmin and well... I dropped the entire DB without backing it up before. Stupid mistake, I know. So, I'm using Fedora Core OS/Linux and I was wondering if there was any way to undelete this db? I lost about 350 new members on my site + all kinds of blogs, comments, messages, etc. Is there ANY way to get this info back? If not, It's not a huge deal... I suppose. I just wanted to see if anyone might know of any special ways to get some of the data back. Thanks! - Clint Lenard