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