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:
JꙨdцӍoηҬ
2017-03-07 22:01:51 +01:00
committed by Neil Lathwood
parent 15c4a332e1
commit d468fc301e
2 changed files with 8 additions and 2 deletions

View File

@ -31,7 +31,10 @@ innodb_file_per_table=1
sql-mode=""
```
```systemctl restart mariadb```
```
systemctl enable mariadb
systemctl restart mariadb
```
### Web Server ###

View File

@ -31,7 +31,10 @@ innodb_file_per_table=1
sql-mode=""
```
```systemctl restart mariadb```
```
systemctl enable mariadb
systemctl restart mariadb
```
### Web Server ###