Skip to content

Commit dab5ff1

Browse files
author
牟勇
committed
feat: restore mysql/my.cnf
1 parent 5a0c905 commit dab5ff1

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

mysql/my.cnf

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,5 @@
66
[mysql]
77

88
[mysqld]
9-
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ZERO_DATE,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
10-
character-set-server=utf8mb4
11-
skip-name-resolve
12-
symbolic-links=0
13-
explicit_defaults_for_timestamp
14-
default_authentication_plugin=mysql_native_password
15-
#skip-grant-tables=1
16-
9+
sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
10+
character-set-server=utf8

0 commit comments

Comments
 (0)