Show HN: InnoDB_rs – InnoDB 'Undelete' Toolkit in Rust
2 by codetector | 0 comments on Hacker News.
I recently had the "opportunity" to recover a database from being accidentally `rm -rf`'ed. In the process decided the best route is to implement InnoDB storage format and scan the disk for any and all record we can still find.
2 by codetector | 0 comments on Hacker News.
I recently had the "opportunity" to recover a database from being accidentally `rm -rf`'ed. In the process decided the best route is to implement InnoDB storage format and scan the disk for any and all record we can still find.