RE: [PHP-DB] MySQL database transfer

2001-02-22 Thread Matt Williams
> and how would you move an entire database from a windows environment > to a linux environment? mysqldump db_name > c:/db.sql from the command prompt M@ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: [PHP-DB] MySQL database transfer

2001-02-22 Thread Cameron Metcalf
and how would you move an entire database from a windows environment to a linux environment? I've tried copying my database to disk, from the data folder in windows, and then moved it to the var/lib/mysql folder in Linux, however mysql is unable to find the database tables, when I try to open up

Re: [PHP-DB] MySQL database transfer

2001-02-21 Thread Andrew Apold
At 03:24 AM 2/22/01 -, Sridhar Ranganathan wrote: >Hi > >I have mysql on linux and windows on the same machine. How do i transfer >data between them?? use mysql dump to create a script, .sql file, and execute it on the other one. = "To dwell within Samsara, howe

[PHP-DB] MySQL database transfer

2001-02-21 Thread Sridhar Ranganathan
Hi I have mysql on linux and windows on the same machine. How do i transfer data between them?? Thanks in advance _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP Database Mailing List (