Might try using windows program called SQLYOG.. makes this dead easy..
On Fri, 24 Sep 2004 09:52:10 -0700 (PDT), Seena Blace
<[EMAIL PROTECTED]> wrote:
> Hi,
> How to migrate mysql database from one box to another box ?
> thanks
> -Seena
>
>
> -
> Do you Yahoo!?
* 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:
http://dev.mysql.com/doc/mysql/en/mysqldump.html >
There are other options, depending on the table handler u