You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2018. It is now read-only.
Script : lemp.yml
Hi, from your script appear you miss to enable and run mariadb-server after install it :
systemctl enable mariadb
systemctl restart mariadb
Additional, to secure it :
mysql_secure_installation
Regards,
LainX84