mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
systemctl enable mariadb (#6117)
* systemctl enable mariadb It might be practical to start on boot the DB ;) * Update Installation-CentOS-7-Apache.md
This commit is contained in:
@ -31,7 +31,10 @@ innodb_file_per_table=1
|
||||
sql-mode=""
|
||||
```
|
||||
|
||||
```systemctl restart mariadb```
|
||||
```
|
||||
systemctl enable mariadb
|
||||
systemctl restart mariadb
|
||||
```
|
||||
|
||||
### Web Server ###
|
||||
|
||||
|
@ -31,7 +31,10 @@ innodb_file_per_table=1
|
||||
sql-mode=""
|
||||
```
|
||||
|
||||
```systemctl restart mariadb```
|
||||
```
|
||||
systemctl enable mariadb
|
||||
systemctl restart mariadb
|
||||
```
|
||||
|
||||
### Web Server ###
|
||||
|
||||
|
Reference in New Issue
Block a user