t;Kopie:[EMAIL PROTECTED]
Thema:Re: transferring databases
abw wrote:
> Is it possible to zip up database directories on one server and move
> them to another server, then simply unzip them?
Yes.
> If so, once that is done, does something need to be done to mysql so
> it is aware of the databases? Is there some file that has a list of
> databases th
You need to login to the mysql client program and then use the source command:
for example login with:
mysql -u root -p
once running type:
source dumpfilename.sql
If you can't do it this way, consider using an alternate GUI program like
mysql-front (mysqlfront.de). That's