: ${mysql_dbdir="/var/db/mysql"}
: ${mysql_args=""}
if [ "${mysql_flags}" != "" ];
then
mysql_args="${mysql_args} ${mysql_flags}"
mysql_flags=
fi