How to recover database from crashed MySQL Server

Viewed 28

Due to an accident my server has crashed and the website is not working.

Please suggest a solution to recover MySQL data from crashed Server.

1 Answers

You can recovery your MySQL data from your InnoDB data backup files? Is it available ?

Related