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
echo"${yellow}Configuring MariaDB (mysql_secure_installation). Please answer yes to all except denying all outside connections. Set a root password and remember it.${txtreset}"
145
-
mysql_secure_installation
145
+
if [[ "$DONT_SECURE_INSTALL_MYSQL"!="yes" ]];then
146
+
# CI
147
+
mysql_secure_installation
148
+
fi
146
149
echo"${boldgreen}MariaDB installed and running.${txtreset}"
0 commit comments