#!/bin/bash set -e RUNMYSQL="mysql --user=root --password=${MYSQL_ROOT_PASSWORD}" $RUNMYSQL <