mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
- fixes for compability with CentOS 6
This commit is contained in:
@@ -20,8 +20,8 @@ service mysqld start
|
||||
**MariaDB**
|
||||
```bash
|
||||
yum install net-snmp mariadb-server mariadb-client
|
||||
systemctl enable mariadb
|
||||
systemctl start mariadb
|
||||
chkconfig mariadb on (systemctl enable mariadb on CentOS 7)
|
||||
service mariadb start (systemctl start mariadb on CentOS 7)
|
||||
```
|
||||
|
||||
Now continue with the installation:
|
||||
|
||||
Reference in New Issue
Block a user