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.
Updated by Simon about 8 years ago
- Related to Anomalie #588: Fix mysql 5.6 issue related to "doesn't have a default value" error in tag added
Updated by Simon about 8 years ago
check each table / associated php class to see if default value is set
Updated by Simon about 8 years ago
- Tracker changed from Anomalie to Evolution
- Status changed from Nouveau to Fermé
- % Done changed from 0 to 100
Actions