Re: I need to tell MySQL that i have other database

2001-01-12 Thread Atle Veka
Did you use mysqldump to save your databases? It is *highly* recommended that you do that instead of just copying the database files over. This way, you can just dump all the data back in and mysql will take care of everything :) If not, you can tell mysqld where to look for its databases: -h

I need to tell MySQL that i have other database

2001-01-12 Thread William M.
Hi, I have been looking for in the manual but i didn't find anything, that how i tell to MySQL tha i have a databases. I had Linux SuSE 6.4 in my box and i decide to change it to Mandrake 7.2, so i made a backup in a windows box of the databases. Now i have Mandrake 7.2 with MySQL and how i tell