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: