I’m moving over to a new server - going from mysql 3.23 to 4.1 - and my admin says that 4.1 conflicts with field names in EE. I have a hard time believing this because EE is used on so many various systems. He suggest renaming the tables, which I certainly don’t want to do!
His message below:
“We have to run mysql 4.1
There are some reserved words in 4.1 that conflict with some column names that you have, those columns will have to be renamed, which means you’ll have to modify some of your code.
Example,
eengine database, there is a table called exp_member_search that has a column named “fields” but fields is now a reserved word, so it cant be used.
All together, I think there are about 4 or 5 tables that have issues. I will get everything migrated, make the appropriate changes, and document it. Then when you go in to test the site, you’ll have to make some minor code changes for those modified tables.
Comments, please…...
