Page MenuHomeDevCentral

No OneTemporary

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

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)

Event Timeline