mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Installation-CentOS-7-Apache.md (#6271)
The -p option is not needed by the default installation of mariadb-server on CentOS Linux release 7.3.1611 (Core) Including it without knowing to press enter for no password results in an authentication error: root@netmon ~# mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) Alternatively, it could be noted to leave the password field blank when asked.
This commit is contained in:
@ -9,7 +9,7 @@ source: Installation/Installation-CentOS-7-Apache.md
|
||||
```bash
|
||||
yum install mariadb-server mariadb
|
||||
systemctl restart mariadb
|
||||
mysql -uroot -p
|
||||
mysql -uroot
|
||||
```
|
||||
|
||||
```sql
|
||||
|
Reference in New Issue
Block a user