MySQL Forums
Forum List  »  MyISAM

Where can I get a Ver 3.23 mySQL?
Posted by: denpsia
Date: November 01, 2005 06:13PM

Hi everybody,
Is there anybody knows where to get a Ver3.23 mySQL database installer or a ver 3.23 mysqldump utility? I think I need that to solve my problem with replication between Ver 4.1 and Ver 3.23. Thanks.

Code:
mysqldump --host=localhost --user=test --password=test testdb Table1 > table1.sql

mysql --host=<server url> --user=server --password=server testdb < table1.sql

Error Message:
ERROR 1064 (00000) at line 21: You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=latin1' at line 9




denpsia



Edited 3 time(s). Last edit at 11/02/2005 01:04AM by denpsia.

Options: ReplyQuote


Subject
Views
Written By
Posted
Where can I get a Ver 3.23 mySQL?
2379
November 01, 2005 06:13PM


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.