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:

  1. Log in to the target machine as a root user.
  2. Stop MySQL Service
  3. To restore to Original location:
    1. Delete files and directories from the current MySQL database folder
    2. Restore database folder from recovery point to MySQL database folder
  4. Start MySQL Service.
  5. The database is successfully recovered.