Skip to content

Instantly share code, notes, and snippets.

@agentmilindu
Last active December 21, 2017 07:37
Show Gist options
  • Save agentmilindu/5ea05d4ab4bdfc38b2c956d86542ea71 to your computer and use it in GitHub Desktop.
Save agentmilindu/5ea05d4ab4bdfc38b2c956d86542ea71 to your computer and use it in GitHub Desktop.
#!/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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment