]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysqld.conf
- rel 2; patches updated
[packages/mysql.git] / mysqld.conf
index 0a5ed0777a4e452e3b06203d418c2a15dd8e23a1..b83fd3f3c0f330acbec174da441b83aad9b79181 100644 (file)
@@ -29,6 +29,9 @@ user        = mysql
 # Don't use system locking
 skip-external-locking
 
+# Disabling symbolic-links is recommended to prevent assorted security risks
+symbolic-links=0
+
 # Don't listen on a TCP/IP port at all. This is a security enhancement,
 # if all processes that need to connect to mysqld run on the same host.
 # All interaction with mysqld must be made via Unix sockets.
@@ -43,6 +46,9 @@ skip-networking
 # Emergency option. Use only if you really need this.
 #skip-grant-tables
 
+# http://dev.mysql.com/doc/refman/5.5/en/server-options.html#option_mysqld_default-storage-engine
+#default-storage-engine=MyISAM
+
 # skip startup of slave
 #skip-slave-start
 
@@ -184,6 +190,10 @@ myisam-recover
 #
 #skip-innodb
 
+# http://stackoverflow.com/questions/2646373/mysql-data-file-wont-shrink
+# http://dev.mysql.com/doc/refman/5.5/en/innodb-multiple-tablespaces.html
+#innodb_file_per_table
+
 # these are actual defaults (as of 5.0.26)
 innodb_data_home_dir = @clusterdir@/mysqldb/db
 innodb_data_file_path = ibdata1:10M:autoextend
This page took 0.056747 seconds and 4 git commands to generate.