We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e73a9 commit c1b9d01Copy full SHA for c1b9d01
services/mysql/mysql.cnf
@@ -6,10 +6,10 @@ default-character-set = utf8mb4
6
[mysqld]
7
user = mysql
8
port = 3306
9
-sql_mode = ""
+sql_mode = NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
10
11
default-storage-engine = InnoDB
12
-default-authentication-plugin = caching_sha2_password
+default-authentication-plugin = mysql_native_password
13
character-set-server = utf8mb4
14
collation-server = utf8mb4_unicode_ci
15
init_connect = 'SET NAMES utf8mb4'
0 commit comments