Page MenuHomeDevCentral

D1769.diff
No OneTemporary

D1769.diff

diff --git a/files/my.cnf b/files/my.cnf
--- a/files/my.cnf
+++ b/files/my.cnf
@@ -31,6 +31,14 @@
key_buffer_size=32M
#
+# * Docker specific settings
+#
+
+secure-file-priv = NULL
+skip-host-cache
+skip-name-resolve
+
+#
# * More generic settings
#
@@ -41,7 +49,12 @@
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
-lc-messages-dir = /usr/share/mysql
explicit_defaults_for_timestamp
+#
+# * MySQL 8 backward compatibility
+#
+
+default-authentication-plugin=mysql_native_password
+
!includedir /etc/mysql/conf.d/

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 11:04 (18 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249254
Default Alt Text
D1769.diff (539 B)

Event Timeline