AFAIK, ISD, ISM is isam type table which are platform
dependent. So, you cannot just COPY them. You need
to do something trikier (sqldump and then restore using
mysql)

MYD, MYI - are myisam tables and they are declarede
platform independet. You can move then around w/o
trouble (AFAIK again).

Mysql 3.23 support isam, myisam and dbd tables.

And of course, RTFM.

----- Original Message -----
From: "Legeard Luc" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 26, 2001 3:28 PM
Subject: How to use a database from Sun solaris to Linux


> Hello
>
> I 'd like migrate my mysql server wich run on a Sunsolaris to a
Linux
> computer.
> I have installed mysql on my linux and it works
> Now , i'like to move database from Unix to Linux
> A copy  database ( *.ISD, *.ISM,*.frm) to Unix dosn't work.
> Also, t have seen that on linux the extention of the file are, not
the
> same (*.MYD, *.MYI, *,frm).
>
> The version on unix is 3.22.23
> and version on linux is 3.23.23-beta
>
> Help!
>
> Thank a lot
>
> --------------------------------------------------------------------
-
> 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