backup script

This commit is contained in:
theo vallet 2021-01-26 16:46:04 +01:00
parent f030228008
commit 4621000ce1

View File

@ -4,7 +4,7 @@ apt-get update && apt-get upgrade -y
# Install MySQL Server in a Non-Interactive mode. Default root password will be "root"
echo "mysql-server mysql-server/root_password password root" | debconf-set-selections
echo "mysql-server mysql-server/root_password_again password root" | debconf-set-selections
apt-get -y install mariadb-server
apt-get -y install mysql-server
# Run the MySQL Secure Installation wizard