[packages/mysql] sample about setting default storage engine

glen glen at pld-linux.org
Thu Oct 25 18:44:37 CEST 2012


commit fb0f1f8536d1d2e2fce266eb413196bdad12ce12
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Oct 25 19:44:01 2012 +0300

    sample about setting default storage engine
    
    Default storage engine is InnoDB since 5.5.5, this can be reverted by
    setting in config:
    
    default-storage-engine=MyISAM

 mysqld.conf | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/mysqld.conf b/mysqld.conf
index b83fd3f..73fd012 100644
--- a/mysqld.conf
+++ b/mysqld.conf
@@ -32,6 +32,10 @@ skip-external-locking
 # Disabling symbolic-links is recommended to prevent assorted security risks
 symbolic-links=0
 
+# Default storage engine is InnoDB since 5.5.5
+# You may revert to previous behaviour by specifiying MyISAM here
+#default-storage-engine=InnoDB
+
 # 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.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/fb0f1f8536d1d2e2fce266eb413196bdad12ce12



More information about the pld-cvs-commit mailing list