I know how to delete files to make them impossible to recover. But how to delete rows from a MySQL table in a POSIX environment so that it produces the same results? I am currently rewriting all data with a null string with the same length as the original data before proceeding to delete the row. It works? If not, how do I get it to work?
source
share