Tag Archives: post-on-digg

Recovery after DROP [ TABLE | DATABASE ]

Recovery after DROP [ TABLE | DATABASE ]

Posted on 20. Jul, 2009 by admin.

0

In your recovery practice we often face the problem when data lost by execution DROP TABLE or DROP DATABASE statement. In this case even our InnoDB Data Recovery tool can’t help, as table / directory with files was deleted (if you have innodb-file-per-table).

Continue Reading