mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
Added docs on using innodb_file_per_table=1 in my.cnf
This commit is contained in:
@@ -43,6 +43,10 @@ If you are deploying a separate database server, you need to change the `bind-ad
|
|||||||
|
|
||||||
vim /etc/mysql/my.cnf
|
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`
|
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:
|
Change `127.0.0.1` to the IP address that your MySQL server should listen on. Restart MySQL:
|
||||||
|
|||||||
@@ -73,8 +73,9 @@ If you are deploying a separate database server, you need to change the `bind-ad
|
|||||||
|
|
||||||
vim /etc/my.cnf
|
vim /etc/my.cnf
|
||||||
|
|
||||||
Add the following line:
|
Add the following lines:
|
||||||
|
|
||||||
|
innodb_file_per_table=1
|
||||||
bind-address = <ip>
|
bind-address = <ip>
|
||||||
|
|
||||||
Change `<ip>` to the IP address that your MySQL server should listen on. Restart MySQL:
|
Change `<ip>` to the IP address that your MySQL server should listen on. Restart MySQL:
|
||||||
|
|||||||
@@ -42,6 +42,10 @@ If you are deploying a separate database server, you need to change the `bind-ad
|
|||||||
|
|
||||||
vim /etc/mysql/my.cnf
|
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`
|
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:
|
Change `127.0.0.1` to the IP address that your MySQL server should listen on. Restart MySQL:
|
||||||
|
|||||||
Reference in New Issue
Block a user