Erick:

Do not try to copy the database files themselves. Instead use mysqldump to
dump the structure and contents to text files, which you can easily copy
across the network from your Windoze to Linux.

My advice is to create an empty database on the Linux machine, and set your
permissions using GRANT. Then import the text file(s) into the new Linux
database.

G. Jensen

----- Original Message -----
From: "Erick Papadakis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 11, 2001 10:03 AM
Subject: reproducing windows mysql database on a linux box?


> hello,
>
> i ve been trying out a database in windows nt and it
> works. but now i want to move the database to a linux
> platform, is there some way i can just copy the data
> files and they will work? with privileges and all?
>
> what is the best and the fastest way to do this?
>
> thanks/erick
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year!  http://personal.mail.yahoo.com/
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to