eileen1017
MIS
I am new to mysql upgrade. I have a mysql server running version 3.23 on Red Hat linux machine. And I have a newer mysql server running version 4.0 on SuSe linux machine. My goal is to move all the database on the older version server to the newer version server. What should I do? I used mysqldump on the older version to get the dump file and then scp it to the newer version server and then import them through mysql client. However, whenever a database has a table that is deal with auto_increment in the create table command, the import will fail. It complains that the SQL syntax is wrong. I know that version 4.0 have some index changes. But how is it different with the auto_increment? Please let me know. Thanks.