0

Is it possible to restore the mysql data which deleted by " delete from table " ? I found there is a software "ApexSQL", anyone used it before? Is it possible to restore? Or any other method that can be restore. I am not drop table .

http://www.apexsql.com/sql_tools_log.aspx?_kk=log%20explorer

user2210819
  • 145
  • 2
  • 14

1 Answers1

2

It is possible to recover deleted data (deleted with DELETE statement). For InnoDB you can use open source tool by Percona mentioned in their blog post. For MyISAM tables you can use ApexSQL or use this tool.

Wasif
  • 522
  • 2
  • 6