Fix mysql strict NO_ZERO_DATE

This commit is contained in:
Dmitry Pupinin 2016-12-15 21:50:03 +07:00
parent f82d3b30b4
commit 6ffa36f188
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@
[mysql]
[mysqld]
sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"