Skip to content

Commit 6ffa36f

Browse files
committed
Fix mysql strict NO_ZERO_DATE
1 parent f82d3b3 commit 6ffa36f

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)