* Seena Blace
> How to migrate mysql database from one box to another box ?

You could use mysqldump on the source box, and the standard client to import
the dumped file on the target box:

<URL: http://dev.mysql.com/doc/mysql/en/mysqldump.html >

There are other options, depending on the table handler used:

<URL: http://dev.mysql.com/doc/mysql/en/Upgrading-to-arch.html >

--
Roger


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to