digitalocean / do_user_scripts

MIT License
802 stars 237 forks source link

Enable and Start mariadb-server #53

Open LainX84 opened 8 years ago

LainX84 commented 8 years ago

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

h3ct0rjs commented 8 years ago

@LainX84 Just to be clear can be more specific which lemp.yml has this problem ?