HOME="/etc/mysql"
NAME="aprildb"
CONF="/etc/mysql/$NAME.cnf"
INIT="/etc/mysql/$NAME-init.sql"
MYADMIN="/usr/bin/mysqladmin --defaults-file=$CONF"
