I have a large database (both linux) on mysql 5.0.22 where tables don't use any particularly exotic features and their table type is:
ENGINE=MyISAM DEFAULT CHARSET=latin1;
I have a need to copy these tables to a 4.1.20 server.
Before I run a rather lengthy/long mysqldump to get the table contructs and row data exported, I'd like to hear from the list (PLEASE!) whether there are any gotchas out there.
I created the database using a script that dates back to mysql v3.xx.xx, so I don't believe there are many risks, but if 'mysqldump' on v 5.0.22 has any compatibility options, I certainly don't see them.
Thanks!
D.E.R. Management - IT Project Management Consulting
ENGINE=MyISAM DEFAULT CHARSET=latin1;
I have a need to copy these tables to a 4.1.20 server.
Before I run a rather lengthy/long mysqldump to get the table contructs and row data exported, I'd like to hear from the list (PLEASE!) whether there are any gotchas out there.
I created the database using a script that dates back to mysql v3.xx.xx, so I don't believe there are many risks, but if 'mysqldump' on v 5.0.22 has any compatibility options, I certainly don't see them.
Thanks!
D.E.R. Management - IT Project Management Consulting