Matt: having read the link to Trac that you posted, and the link within that page, I'm not sure which way to go with it. On one hand, it makes sense to modify the upgrade-schema.php
file and simply remove the DEFAULT
declaration from the necessary fields, but I wonder if it's more "proper" to modify the INSERT
queries in WP to adhere to the database schema. The first option is easier, though it still doesn't fix all the bugs. The second option is, to my mind, the better one since it means that all of the INSERT
queries will be well-formed against the schema. Any input would be appreciated. I already have WP2.0 installing properly under PHP 5.1 and MySQL 5.0 with both methods, although commenting doesn't work yet.
↧
RustIndy on "MySQL 5 - Strict Mode"
↧