#!/bin/sh # # shell script to create Bacula MySQL tables # # Important note: # You won't get any support for performance issue if you changed the default # schema. bindir=@SQL_BINDIR@ PATH="$bindir:$PATH" db_name=${db_name:-@db_name@} if mysql $* -f <