]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/grant_mysql_privileges.in
Fix mount not releasing job
[bacula/bacula] / bacula / src / cats / grant_mysql_privileges.in
index a95021e7199459f88685f7ef892d75a70130ce10..aeafd65f1c32b6bcb44cc710708b1bf8ec339753 100644 (file)
@@ -7,8 +7,8 @@ bindir=@SQL_BINDIR@
 
 if $bindir/mysql $* -u root -f <<END-OF-DATA
 use mysql
-grant all privileges on bacula.* to ${USER}@localhost with grant option;
-grant all privileges on bacula.* to ${USER}@"%" with grant option;
+grant all privileges on bacula.* to ${USER}@localhost;
+grant all privileges on bacula.* to ${USER}@"%";
 select * from user;
 flush privileges;
 END-OF-DATA