#!/bin/zsh echo -n 'Database root PW (for DB manipulation): ' read -s ROOTPW echo mysql -u root -p"$ROOTPW" -B <