summaryrefslogtreecommitdiff
path: root/packaging/rpm-sles/my.cnf
diff options
context:
space:
mode:
authorBalasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com>2014-11-04 08:44:08 +0100
committerBalasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com>2014-11-04 08:44:08 +0100
commit56378ab9cee6fbc65cb4454e17d83597e522559d (patch)
treec2cbfbb0ff473ab01210f2d18336752bb26be9b5 /packaging/rpm-sles/my.cnf
parent5275fe0f026e17a1cdc967602cb6491c5bfa292a (diff)
downloadmariadb-git-56378ab9cee6fbc65cb4454e17d83597e522559d.tar.gz
Added sles11 repo packages
Diffstat (limited to 'packaging/rpm-sles/my.cnf')
-rw-r--r--packaging/rpm-sles/my.cnf31
1 files changed, 31 insertions, 0 deletions
diff --git a/packaging/rpm-sles/my.cnf b/packaging/rpm-sles/my.cnf
new file mode 100644
index 00000000000..3415115655e
--- /dev/null
+++ b/packaging/rpm-sles/my.cnf
@@ -0,0 +1,31 @@
+# For advice on how to change settings please see
+# http://dev.mysql.com/doc/refman/5.5/en/server-configuration-defaults.html
+
+[mysqld]
+#
+# Remove leading # and set to the amount of RAM for the most important data
+# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
+# innodb_buffer_pool_size = 128M
+#
+# Remove leading # to turn on a very important data integrity option: logging
+# changes to the binary log between backups.
+# log_bin
+#
+# Remove leading # to set options mainly useful for reporting servers.
+# The server defaults are faster for transactions and fast SELECTs.
+# Adjust sizes as needed, experiment to find the optimal values.
+# join_buffer_size = 128M
+# sort_buffer_size = 2M
+# read_rnd_buffer_size = 2M
+datadir=/var/lib/mysql
+socket=/var/lib/mysql/mysql.sock
+
+# Disabling symbolic-links is recommended to prevent assorted security risks
+symbolic-links=0
+
+# Recommended in standard MySQL setup
+#sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
+
+[mysqld_safe]
+log-error=/var/log/mysql/mysqld.log
+pid-file=/var/run/mysql/mysqld.pid