Hi, If I have an MySQL database running on Windows, and then copy it to a UNIX machine, will it work there?
Mitchko
According to the mySQL website, ISAM databases are not binary portable to other systems. I think the implication is the MyISAM type databases are.
Yes, but make sure you use mysqldump to copy the data and structure, do NOT copy the datafiles.
A forum, a FAQ, email notification, what else do you need?