From 0c085d640ac6f0201117b9da1a3bb756d4829d0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 18 Mar 2014 21:16:31 +0100 Subject: [PATCH] Make innodb_file_per_table default. --- mysqld.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqld.conf b/mysqld.conf index c4f7331..199be5d 100644 --- a/mysqld.conf +++ b/mysqld.conf @@ -199,7 +199,7 @@ myisam-recover # 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 +innodb_file_per_table # these are actual defaults (as of 5.0.26) innodb_data_home_dir = @clusterdir@/mysqldb/db -- 2.44.0