Question : Restore mySQL database from transaction logs

I have accidently deleted an unbacked up mySQL database. Is it possible to restore from the transaction logs? If so how would I go about it?

Thanks for any help.

Answer : Restore mySQL database from transaction logs

Unless you used transactions for your queries, there will be no transaction logs.  You have to explicitly specify transactions for any of your querys to be traced.

There are ways to recover databases from your hard drive (as they do in computer forensics), but it is a tedious process.  I would have to ask, how important is the data you have lost?
Random Solutions  
 
programming4us programming4us