]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/grant_mysql_privileges.in
Fix NumVols in Pools, implement full listing of DB tables
[bacula/bacula] / bacula / src / cats / grant_mysql_privileges.in
index d66c884a339eb3db1730ad3286d85830c98a6603..b51561bde7b53e4178f7f1ee653fe40c955777e3 100644 (file)
@@ -5,7 +5,7 @@
 
 bindir=@SQL_BINDIR@
 
-if $bindir/mysql -u root -f <<END-OF-DATA
+if $bindir/mysql $* -u root -f <<END-OF-DATA
 use mysql
 grant all privileges on *.* to kern@localhost with grant option;
 grant all privileges on *.* to kern@"%" with grant option;