#!/bin/bash # The script will fail at the first error encountered set -e PASS=`openssl rand 15 -base64` mysql -uroot <