Perform Recovery of MySQL Database
When a MySQL database is lost or corrupted, you can perform a File-Level Recovery to restore the specific database.
Follow these steps:
- Log in to the target machine as a root user.
- Stop MySQL Service
- To restore to Original location:
- Delete files and directories from the current MySQL database folder
- Restore database folder from recovery point to MySQL database folder
- Start MySQL Service.
- The database is successfully recovered.