#!/bin/bash echo -n "DB_User: " read USER echo -n "DB_Pass: " read PASS echo -n "DB_Name: " read DB mysql <