Restoring MySQL backup

blacksmith

Verified User
Joined
Oct 14, 2003
Messages
23
Hi

I have a problem:

My server had problems and I had to make backup off home dir and format and reinstall everything back again.

Now I have on the backup only this files:

user_bd
user_bd/table1.MYI
user_bd/table1.MYD
user_bd/table1.frm
user_bd/table2.MYD
user_bd/table2.MYI
user_bd/table2.frm

Who can I get them back on MySQL?

Thanks
 
They should be stored in /var/lib/mysql (the contents of that directory)

Chris
 
Also, you might have to

1) restart mysql
2) add users to the database so that you can access it.

John
 
Back
Top