Well,
My best method has been to do the following:
1. Dumb the existing database to a file: mysqldump databasename >
database.txt.
2. On the new machine, create the new database. create databasename
3. Copy the file (database.txt) to the new machine.
4. Type.. mysql databasename < database.txt.
On Sat, 10 Mar 2001, Kenneth & Karen Brill wrote:
> How do I move a MySQL database to a new computer?
>
---------------------------------------------------------------------
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