MySQL Forums
Forum List  »  Data Recovery

Recover all your Projects and Database When Server/Localhost Crashes
Posted by: Chinmay Chiranjeeb
Date: May 07, 2008 10:23PM

10 steps to recover all your Projects, database and tables when server/localhost crashes.
------------------------------------------------------------------------------------------------------------------

1. Before uninstalling the crashed server copy the full folder as backup of all previous data. (Example: Take backup of "C:\wamp" folder)

2. Uninstall the Crashed server and install the new one.

3. Make sure your new server running and has no error.

4. If server is running make it Stop and Offline then close it.

5. Go to C:\wamp\bin\mysql\mysql5.0.45\data\

6. Its better to take a backup copy of this data folder.

7. Replace the files and folders with your previous server data.

8. Add your Previous Projects to the Root folder. (Example: "C:\wamp\www")

9. Restart the server and check whether your previous tables and data are reflecting in the new server. (Example: Check it Out here http://localhost/phpmyadmin/)

10. Enjoy with your Old Projects at new server.

Web Programmer and Database Manager

Options: ReplyQuote


Subject
Views
Written By
Posted
Recover all your Projects and Database When Server/Localhost Crashes
18388
May 07, 2008 10:23PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.