summaryrefslogtreecommitdiffstats
path: root/my.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'my.cnf')
-rw-r--r--my.cnf24
1 files changed, 24 insertions, 0 deletions
diff --git a/my.cnf b/my.cnf
new file mode 100644
index 0000000..8f97852
--- /dev/null
+++ b/my.cnf
@@ -0,0 +1,24 @@
+[mysqld]
+datadir=/var/lib/mysql
+socket=/var/lib/mysql/mysql.sock
+user=mysql
+# Disabling symbolic-links is recommended to prevent assorted security risks
+symbolic-links=0
+
+# To enable the InnoDB Plugin, uncomment the 2 next lines
+#ignore-builtin-innodb
+#plugin-load=innodb=ha_innodb_plugin.so
+
+# To enable InnoDB-related INFORMATION_SCHEMA tables
+# Join the following options to above directive
+ ;innodb_trx=ha_innodb_plugin.so
+ ;innodb_locks=ha_innodb_plugin.so
+ ;innodb_cmp=ha_innodb_plugin.so
+ ;innodb_cmp_reset=ha_innodb_plugin.so
+ ;innodb_cmpmem=ha_innodb_plugin.so
+ ;innodb_cmpmem_reset=ha_innodb_plugin.so
+
+[mysqld_safe]
+log-error=/var/log/mysqld.log
+pid-file=/var/run/mysqld/mysqld.pid
+