Hi!

On Sep 18, [EMAIL PROTECTED] wrote:
> >Description:
>       I just moved all of our mysql files over from a machine Running 
> Solaris 8 to a machine running Linux Redhat.  I then installed the latest 
> version of mysql.  For some reason, I get an error when trying to access 
> any table that is of the ISM format.  I can've even convert them to MYI.  
> As an experiment, I copied a table over to a Solaris machine, converted 
> it to MYI and then copied it back to the LInux machine.  It opens fine.
> 
> WHY??? and how do I remedy this??

It's because ISAM files are not binary-compatible on different
architectures. You cannot just copy ISM file from x86 Linux to
Sparc Solaris.

MyISAM format is binary-compatible, though.

So, you have to handle you ISM files on Sparc -
either convert them to MyISAM, or dump with mysqldump
(the latter can be done over network too).

Regards,
Sergei

-- 
MySQL Development Team
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Osnabrueck, Germany
       <___/

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