本文提出了在MYSQL数据库中恢复数据的方法:http://www.mysqlperformanceblog.com/2012/02/20/how-to-recover-deleted-rows-from-an-innodb-tablespace/
我们如何删除敏感信息并确保使用上述文章中描述的方法无法恢复?也只对行删除而不是整个表空间感兴趣。
答案 0 :(得分:0)
永久删除mysql中的表,使其无法恢复(在某种程度上).do以下内容。
1.delete the InnoDB main table space – ibdata1 – and redo logs – ib_logfile*.
2.restart mysql after step 1.