Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F20142755
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/files/my.cnf b/files/my.cnf
index 5daffb7..42e2e83 100644
--- a/files/my.cnf
+++ b/files/my.cnf
@@ -1,47 +1,60 @@
#
# Nasqueron MySQL configuration
#
[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock
[mysqld_safe]
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
nice = 0
[mysqld]
#
# * Phabricator specific settings
#
sql_mode =STRICT_ALL_TABLES
ft_stopword_file=/etc/mysql/stopwords.txt
ft_min_word_len =3
ft_boolean_syntax=' |-><()~*:""&^'
innodb_buffer_pool_size=410M
max_allowed_packet=33554432
#
# * OTRS specific settings
#
key_buffer_size=32M
+#
+# * Docker specific settings
+#
+
+secure-file-priv = NULL
+skip-host-cache
+skip-name-resolve
+
#
# * More generic settings
#
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
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
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Jan 7, 16:43 (7 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3335507
Default Alt Text
(1 KB)
Attached To
Mode
rDMYSQL Docker image for MySQL
Attached
Detach File
Event Timeline
Log In to Comment