removed -p from doc (#6274)

This commit is contained in:
Neil Lathwood
2017-03-26 13:45:27 +01:00
committed by GitHub
parent 737865c94f
commit e165565413

View File

@@ -9,7 +9,7 @@ source: Installation/Installation-CentOS-7-Nginx.md
```bash
yum install mariadb-server mariadb
systemctl restart mariadb
mysql -uroot -p
mysql -uroot
```
```sql