Issues with MySQL v4.0
Archived from the LCMS Discussion forum.
njw — Tue Oct 03, 2006 9:42 pm
If you are installing to MySQL v4.0 or earlier, install.sql needs to be edited as follows:
Delete “DEFAULT” from “DEFAULT CHARSET” for all the tables
Delete “DEFAULT CURRENT_TIMESTAMP” from the “last_modified” field in the pages table.
shannah — Tue Oct 03, 2006 11:17 pm
Thanks..
-Steve