Update lamp/lamp.md

This commit is contained in:
Ste Vaidis 2023-11-15 14:55:07 +02:00
parent 328f5bbd92
commit 12572b606f

View File

@ -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"