> 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
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
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
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 (