agentmilindu
12/21/2017 - 7:23 AM

For https://codein.withgoogle.com/tasks/5919643547992064/

#!/bin/bash
# Install MySQL on Debian based Linux

mysql_root_password='s57d46857f968t79pho'
bassa_db_name='bassa'
bassa_user_name='bassa'
bassa_user_password='678yU8O7T87ihu7HU9797U'

echo "Installing MySQL on Debian based Linux"

# Commands related to MySQL installing. 
echo "Creating the Bassa Database with the name $bassa_db_name"

echo "Installed MySQL on Debian based Linux"