Skip to content

Commit 9d60dad

Browse files
authored
Merge pull request laradock#486 from dlnsk/mysql_strict_fix
Fix mysql strict NO_ZERO_DATE
2 parents f82d3b3 + 6ffa36f commit 9d60dad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mysql/my.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
[mysql]
77

88
[mysqld]
9-
sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
9+
sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

0 commit comments

Comments
 (0)