I found another problem with ZC and MySQL 5, which is fixed by turning off strict mode in MySQL. Comment out the sql-mode line in your my.ini and restart mysql.
# Set the SQL mode to strict
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

This also fixes the problem with Easy Populate.
Quote Originally Posted by Scrat View Post
plateaultd - Mysql 5 SQL Install file see reply no #855 of this thread:
If anyone is needing this the install.sql file for the database for MySql 5