Using MySQL 4 to create tables for MySQL 3
Hi all
Is it possible to use MySQL 4.1.10a to create MyISAM tables that will be read by the MyISAM engine in MySQL 3.23.58 ?
Would creating an empty table in MySQL 3, then copying the files to the MySQL 4, then populating the table and creating indices, then copying the files (the binary ISAM files) back to MySQL 3 work?
Is there another way?
(The reason, btw, I'm trying to do this is that my MySQL 3 machine is very old and will not be able to create and index that much information. Created on MySQL 4 this takes only a small number of hours, and will be read-only for the MySQL 3).
tia,
Nitzan
Subject
Views
Written By
Posted
Using MySQL 4 to create tables for MySQL 3
3014
August 09, 2005 03:08AM
2244
August 10, 2005 07:59AM
1952
August 10, 2005 10:26AM
2251
August 11, 2005 03:26AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.