Update lamp/lamp.md
This commit is contained in:
parent
328f5bbd92
commit
12572b606f
@ -57,11 +57,12 @@ composer -V
|
||||
```bash
|
||||
# Install
|
||||
dnf install mariadb-server mariadb
|
||||
systemctl start mariadb
|
||||
mysql_secure_installation
|
||||
|
||||
# Enable
|
||||
systemctl start mariadb
|
||||
systemctl enable mariadb
|
||||
systemctl status mariadb
|
||||
|
||||
# Test
|
||||
mysql -uroot -p1234 -e "show databases"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user