Shell:read-password
if [ -z "$mysql_root_password" ]; then read -s -p "Please Enter MySQL ROOT Password: " mysql_root_password echo "" echo "" fi