MySQL Deletion Prank
- Tech Stack: Python, MySQL
- Github URL: Project Link
The MySQL Deletion Prank is a fun and harmless prank utility built using Python and MySQL. It simulates the deletion of a MySQL database but ensures that the data is not actually lost. Instead, the script temporarily renames the database and its tables, making it appear as if all data has been deleted.
The prank includes creating fake "deleted" records in the system to add to the illusion, but all data is recoverable using the included restoration mechanism. Once the user realizes it’s a prank, they can use the recovery tool to restore their database back to its original state, with all data intact.
Key Features:
- Simulates database deletion while retaining data integrity
- Creates fake "deleted" records for a realistic effect
- Simple recovery process that restores the database and tables
- Safe for use in a development environment (NOT recommended for production systems)