At 1:12 +0100 3/14/03, Nico van Leeuwen wrote:
Hi,
I am trying to build an application that is using mysql and
sometimes sensitive data will need to be removed from the database.
When I delete something how do I make sure there isn't a trace of it
left? I am looking for a linux shred type solution. There should be
absolutely no possibility of data recovery.
Anyone know about the inner workings of the Delete command???
Thanks in advance,
Nico.
As far as I'm aware, there isn't anything like this.
If such a table has a primary key, you could use it to
update all the values in the row to overwrite them, then
delete the record.
--
Paul DuBois, [EMAIL PROTECTED]
http://www.kitebird.com/
sql, query
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php