Home » Questions » Computers [ Ask a new question ]

Securely delete MySql Database

Securely delete MySql Database

I am running Mysql5 on a Windows Xp machine on NTFS . I want to permanently delete a database containing sensitive data such that when the operating system is not active it is not possible to use raw disk editors and recovery tools to view and recover data that the operating system has deallocated(after dropping tables etc). How can I do this ?

Asked by: Guest | Views: 186
Total answers/comments: 1
Guest [Entry]

"You can use SDelete, a free tool from Microsoft. This can either securely delete a file or cleanse all the free space on a partition.

If you want a GUI, Eraser is an alternative.

Judging from the MySQL documentation for InnoDB and MyISAM, the relevant files to delete are ibdata, *.IBD, and *.FRM for an InnoDB database, and the *.FRM, *.MYD, and *.MYI files for MyISAM."