Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11723126
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
947 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/files/my.cnf b/files/my.cnf
index 026d1bc..5daffb7 100644
--- a/files/my.cnf
+++ b/files/my.cnf
@@ -1,37 +1,47 @@
#
# 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
+
+#
+# * 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
!includedir /etc/mysql/conf.d/
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Sep 18, 08:18 (16 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2987230
Default Alt Text
(947 B)
Attached To
Mode
rDMYSQL Docker image for MySQL
Attached
Detach File
Event Timeline
Log In to Comment