Restoring after deleting data from table

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
naveendk.55
Forum Newbie
Posts: 24
Joined: Tue Aug 16, 2011 10:13 am

Restoring after deleting data from table

Post by naveendk.55 »

Hi,

I backed up MySql database tables data to an excel sheet and deleted the data from database tables. Now the excel sheet where I saved the tables data is not working due to some issues. Is there any way to restore the data deleted from database?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Restoring after deleting data from table

Post by Celauran »

You could try checking the binary log.
Post Reply