Re: transferring databases

2002-05-23 Thread Samier . Kesou
t;Kopie:[EMAIL PROTECTED] Thema:Re: transferring databases

Re: transferring databases

2002-05-22 Thread Myk Melez
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

Re: Transferring Databases

2002-04-13 Thread Craig Ostrander
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