Actions
Evolution #587
closedFix mysql 5.6 issue related to "doesn't have a default value" error
Start date:
10/10/2016
Due date:
% Done:
100%
Estimated time:
2.00 h
Resolution:
Description
See : http://stackoverflow.com/questions/15438840/mysql-error-1364-field-doesnt-have-a-default-values
This is caused by the STRICT_TRANS_TABLES SQL mode defined in the %PROGRAMDATA%\MySQL\MySQL Server 5.6\my.ini file. Removing that setting and restarting MySQL should fix the problem.
Actions