backup script
This commit is contained in:
parent
f030228008
commit
4621000ce1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user