#!/bin/bash echo "choose a password for the database:" read input echo "creating database..." sudo mariadb -u root <