Update 'scripts/mariadbinstall.sh'

This commit is contained in:
Sophia Atkinson 2022-10-19 21:39:21 -07:00
parent 8c1c960256
commit 22fb34371a
1 changed files with 3 additions and 1 deletions

View File

@ -23,4 +23,6 @@ echo "6. Remove test database and access to it? Y"
echo "7. Reload privilege tables now? Y"
echo -e "=================================================================="
sleep 5
sudo mysql_secure_installation
sudo mysql_secure_installation
echo "If you want to install phpMyAdmin run wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh"