Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQL, undo drop database

Tags:

mysql

I've accidentally dropped a database inside my server .

I have no backup of it and binary logs are not enabled (shame on me!) ...

Is there any way to restore that db?

like image 647
Simone Margaritelli Avatar asked May 21 '26 15:05

Simone Margaritelli


1 Answers

It may be worth looking at this (assuming a recent linux):

https://web.archive.org/web/20110714020437/http://carlo17.home.xs4all.nl/howto/undelete_ext3.html

Original Link (broken):

http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html

like image 170
gahooa Avatar answered May 24 '26 04:05

gahooa