Dear Skylineds,

> DD> The Sun datafile cannot be read. The file extension in the tables
is .ISD and .ISM for Sun, and .MYD and .MYI on W98 machine.

Convert all tables under Solaris to MyISAM format. It's easiest like
this:

    mysqldump --all-databases > all_that_dump.sql
    mysql < all_that_dump.sql

Use a newer version of MySQL for this (> 3.22). The dump utility in
version 3.23.x will add TYPE=MyISAM automatically.

MyISAM tables are interchangeable between operating systems, ISAM tables
are not.

Regards,

--
  Stefan Hinz
  Geschäftsführer / CEO iConnect e-commerce solutions GmbH
  #  www.js-webShop.com www.iConnect.de
  #  Gustav-Meyer-Allee 25, 13355 Berlin
  #  Tel: +49-30-46307-382  Fax: +49-30-46307-388

----- Original Message -----
From: "Grigory Bakunov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 11:03 AM
Subject: Re: Unix - Windows migration


> Date |Thu, 26 Jul 2001 17:21:05 -0500
> From |"Dick Davis" <[EMAIL PROTECTED]>
>
> Hello!
>
> DD> Hello,
> DD> On the project I am working on is a MySQL database generated on
Sun/Solaris.
> DD> If memory serves the MySQL version was 3.2.xx on the Sun.
> DD> On Windows98 the MySQL version is 3.23.39.1
> DD> The Sun datafile cannot be read. The file extension in the tables
is .ISD and .ISM for Sun, and .MYD and .MYI on W98 machine.
> DD> The Sun data was deliverd on a CD, and the box is out of service.
> DD> The queation is: How do I get the PC version of MySQL to talk to
the Solaris version.
> DD> All help will be greatly appreciated.
> If i right understand your problem you need
> to read documentation bout 'mysqldump' tool.
>
> http://www.mysql.com/doc/m/y/mysqldump.html
>
> ___________________________________________________________________
> For technical support contracts, visit https://order.mysql.com/
> This email is sponsored by SWSoft, http://www.asplinux.ru/
>    __  ___     ___ ____  __
>   /  |/  /_ __/ __/ __ \/ /    Grigory Bakunov <[EMAIL PROTECTED]>
>  / /|_/ / // /\ \/ /_/ / /__   MySQL AB / SWSoft
> /_/  /_/\_, /___/\___\_\___/
>        <___/   www.mysql.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