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, --datadir=path    Path to the database root


Atle

On Fri, 12 Jan 2001, William M. wrote:

> 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 it and where, that i have others databases...
> 
> I copy in a windows box in C:\Databases\Inventary(database) and
> C:\Databases\Projects(database)
> Where i pass the Inventory and Projects databases in Mandrake box, and MySQL
> start to know them.
> 
> (i saw that, one instruction in Postgresql but in MySQL noĦ)
> 
> Thank you...
> 
> William M.
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to