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 the database in the
Linux environment..

any suggestions?


Cameron


> To contact the list administrators, e-mail: [EMAIL PROTECTED]

Andrew Apold wrote:
> 
> At 03:24 AM 2/22/01 -0000, 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, however, is to
>  be subject to the works of those mighty
>  among dreamers."
> 
>  - Mahasamatman, in Zelazny's "Lord of Light"
> 
> Andrew Apold
> 
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to