This is the content of the file:
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# iRedMail is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with iRedMail. If not, see <http://www.gnu.org/licenses/>.
#---------------------------------------------------------------------
#
# Sample MySQL configuration file. It should be localted at:
#
# - RHEL/CentOS: /etc/my.cnf
# - FreeBSD (www/mysql56-server): /var/db/mysql/my.cnf
#
# Shipped within iRedMail project:
# http://www.iredmail.org/
#
[mysqld]
#bind-address = 127.0.0.1
port = 2222
#default-character-set = utf8
#datadir = /var/lib/mysql
#socket = /var/lib/mysql/mysql.sock
#user = mysql
log=/tmp/mysql.log
#general_log = 1
#general_log_file = /var/log/mysql.log
#slow_query_log
#slow_query_log_file = /var/log/mysql_slow.log
skip-external-locking
#skip-bdb
#skip-networking
query-cache-type = 1
# Use up to 64Mb of RAM to store query results.
query-cache-size = 64M
query_cache_limit = 10M
thread_cache_size = 8
#max_connections=1024
#max_connect_errors=150
# If you got error message like "The total number of locks exceeds the lock tabl
e size",
# please try to increase 'innodb_buffer_pool_size' to a reasonable value.
# Restarting MySQL server is required to make new value work.
# You can get current value with SQL command:
#
# mysql> SHOW ENGINE INNODB STATUS \G
# [...]
# Buffer pool size 512
# [...]
#
#innodb_buffer_pool_size=512M
# Creates each new table using its own .ibd file for storing data and indexes,
# rather than in the system tablespace (ibdata*).
# Reference:
# http://dev.mysql.com/doc/refman/5.5/en/ … _innodb_fi
le_per_table
innodb_file_per_table
#ssl-ca =
ssl-cert = /etc/pki/tls/certs/iRedMail_CA.pem
ssl-key = /etc/pki/tls/private/iRedMail.key
ssl-cipher = ALL
[client]
default-character-set=utf8
#[mysql.server]
#user = mysql
#basedir = /var/lib
#[mysqld_safe]
#log-error = /var/log/mysqld.log
#pid-file = /var/run/mysqld/mysqld.pid