Mysql 5.6 breaks on keys
Permalink
Just an FYI
I just upgraded my mysql to 5.6, and now everything breaks on messages like
I turn on the Auto-Increment for that table, and it works until it inserts into th enext table with the same error.
This is new behavior only seen with MYSQL 5.6
I just upgraded my mysql to 5.6, and now everything breaks on messages like
An exception occurred while executing 'insert into WorkflowProgress (wfID, wrID, wpDateAdded, wpCategoryID) values (?, ?, ?, ?)' with params [0, "2", "2015-02-06 15:35:54", "1"]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0' for key 'PRIMARY'
I turn on the Auto-Increment for that table, and it works until it inserts into th enext table with the same error.
This is new behavior only seen with MYSQL 5.6