mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00: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
 | 
			
		||||
 | 
			
		||||
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:
 | 
			
		||||
 
 | 
			
		||||
@@ -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 = <ip>
 | 
			
		||||
 | 
			
		||||
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
 | 
			
		||||
 | 
			
		||||
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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user