]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/grant_mysql_privileges.patch
c529818926220a61c2576f49276ac1a3176b33b0
[bacula/bacula] / bacula / src / cats / grant_mysql_privileges.patch
1 10,13d9
2 < grant all privileges on *.* to kern@localhost with grant option;
3 < grant all privileges on *.* to kern@"%" with grant option;
4 < grant all privileges on *.* to kelvin@localhost with grant option;
5 < grant all privileges on *.* to kelvin@"%" with grant option;
6 20c16
7 <    echo "Privileges for kern, kelvin, and bacula granted."
8 ---
9 >    echo "MySQL privileges for bacula granted."
10 23c19
11 <    echo "Error creating privileges."
12 ---
13 >    echo "Error creating MySQL privileges."