From 012c3eab0b68da79d3eff4fc2aea16afe6ee2f49 Mon Sep 17 00:00:00 2001 From: laf Date: Wed, 20 Jan 2016 00:37:22 +0000 Subject: [PATCH] Added docs on using innodb_file_per_table=1 in my.cnf --- doc/Installation/Installation-(Debian-Ubuntu).md | 4 ++++ doc/Installation/Installation-(RHEL-CentOS).md | 3 ++- doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/Installation/Installation-(Debian-Ubuntu).md b/doc/Installation/Installation-(Debian-Ubuntu).md index 23fb2b17e4..bda460578c 100644 --- a/doc/Installation/Installation-(Debian-Ubuntu).md +++ b/doc/Installation/Installation-(Debian-Ubuntu).md @@ -43,6 +43,10 @@ If you are deploying a separate database server, you need to change the `bind-ad vim /etc/mysql/my.cnf +Within the [mysqld] section please add: + + innodb_file_per_table=1 + Find the line: `bind-address = 127.0.0.1` Change `127.0.0.1` to the IP address that your MySQL server should listen on. Restart MySQL: diff --git a/doc/Installation/Installation-(RHEL-CentOS).md b/doc/Installation/Installation-(RHEL-CentOS).md index 4d89ca1cb1..366bfd61f5 100644 --- a/doc/Installation/Installation-(RHEL-CentOS).md +++ b/doc/Installation/Installation-(RHEL-CentOS).md @@ -73,8 +73,9 @@ If you are deploying a separate database server, you need to change the `bind-ad vim /etc/my.cnf -Add the following line: +Add the following lines: + innodb_file_per_table=1 bind-address = Change `` to the IP address that your MySQL server should listen on. Restart MySQL: diff --git a/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md b/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md index 030e996fb3..95ca26f950 100644 --- a/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md +++ b/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md @@ -42,6 +42,10 @@ If you are deploying a separate database server, you need to change the `bind-ad vim /etc/mysql/my.cnf +Within the [mysqld] section please add: + + innodb_file_per_table=1 + Find the line: `bind-address = 127.0.0.1` Change `127.0.0.1` to the IP address that your MySQL server should listen on. Restart MySQL: