Move all shared into this new repo
This commit is contained in:
38
app/atlassian/servicedesk/files/mysql/mysqld.cnf
Normal file
38
app/atlassian/servicedesk/files/mysql/mysqld.cnf
Normal file
@@ -0,0 +1,38 @@
|
||||
#
|
||||
# The Percona Server 5.7 configuration file.
|
||||
#
|
||||
# One can use all long options that the program supports.
|
||||
# Run program with --help to get a list of available options and with
|
||||
# --print-defaults to see which it would actually understand and use.
|
||||
#
|
||||
# For explanations see
|
||||
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
|
||||
|
||||
[mysqld]
|
||||
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
|
||||
|
||||
log-error = /var/log/mysql/error.log
|
||||
|
||||
bind-address = 0.0.0.0
|
||||
|
||||
# Recommended in standard MySQL setup
|
||||
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_ALL_TABLES
|
||||
|
||||
# Disabling symbolic-links is recommended to prevent assorted security risks
|
||||
symbolic-links=0
|
||||
|
||||
# Servicedesk Customizations
|
||||
# https://confluence.atlassian.com/adminjiraserver/connecting-jira-applications-to-mysql-938846854.html
|
||||
character-set-server=utf8
|
||||
collation-server=utf8_bin
|
||||
default-storage-engine=INNODB
|
||||
max_allowed_packet=256M
|
||||
innodb_log_file_size=2G
|
||||
Reference in New Issue
Block a user