Results 1 to 3 of 3
Hi, I had a mysql server crashed. The admin gave me a compressed file of /var/lib/mysql.
How can i restore the data in it into MySQL?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-01-2008 #1
[SOLVED] Mysql crash !
Hi, I had a mysql server crashed. The admin gave me a compressed file of /var/lib/mysql.
How can i restore the data in it into MySQL?
- 04-02-2008 #2Just Joined!
- Join Date
- May 2006
- Posts
- 33
As far as I know, you only need to stop the mysql server, uncompress the data file into /var/lib/mysql and restart the server.
- 04-02-2008 #3
thanks for the reply man
but i created a database with same name copied the content from tar to
the local folder /var/lib/mysql/<dbname>.
Restarted mysql.
It works fine now.



