webguync Posted August 8, 2008 Share Posted August 8, 2008 anyway to retrieve a record that was deleted from a MySQL table? Link to comment https://forums.phpfreaks.com/topic/118827-retrieving-deleted-records-form-mysql-table/ Share on other sites More sharing options...
fenway Posted August 9, 2008 Share Posted August 9, 2008 anyway to retrieve a record that was deleted from a MySQL table? If it was MyISAM, just marked for deletion, and the table wasn't optimized, then maybe with a hex editor. Link to comment https://forums.phpfreaks.com/topic/118827-retrieving-deleted-records-form-mysql-table/#findComment-612490 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.