From 964d5a81ebd010c6f2c42b9c106e1a9652804b30 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 15 Jun 2017 11:21:53 +0200 Subject: MySQL: Use a single InnoDB file per table. --- roles/common-SQL/files/etc/mysql/my.cnf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common-SQL/files/etc/mysql/my.cnf b/roles/common-SQL/files/etc/mysql/my.cnf index c5c9454..6caeb64 100644 --- a/roles/common-SQL/files/etc/mysql/my.cnf +++ b/roles/common-SQL/files/etc/mysql/my.cnf @@ -99,6 +99,7 @@ max_binlog_size = 100M # Read the manual for more InnoDB related options. There are many! innodb_flush_method = O_DIRECT +innodb_file_per_table = 1 # * Security Features # -- cgit v1.2.3