2 #This script installs mysql server
 
   6 debconf-set-selections <<< "mysql-server mysql-server/root_password password $db_root_password"
 
   7 debconf-set-selections <<< "mysql-server mysql-server/root_password_again password $db_root_password"
 
   9 apt-get -y install --fix-missing mysql-server