try mysqldump -keq SDN > SDN.sql

Then you can import it on another instance using mysql  -u root
new_instance < SDN.sql

On 5/5/05, zlf <[EMAIL PROTECTED]> wrote:
> Hi all,
>     I have installed a MySQL5.0 instance on Windows. And then created a
> database( named 'SDN' ). Now I want to move this database to another
> MySQL5.0 envirnment on Linux.
>     How can I make it. Thx
> 
> zlf
> 
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> 
>

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

Reply via email to