1#!/bin/sh
2#
3# Copyright (C) 2000-2015 Kern Sibbald
4# License: BSD 2-Clause; see file LICENSE-FOSS
5#
6# shell script to create Bacula MySQL tables
7#
8bindir=@MYSQL_BINDIR@
9db_name=@db_name@
10
11$bindir/mysql $* ${db_name}
12