]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/grant_privileges
- Fix bug 207. jcr use count off by one when manually
[bacula/bacula] / bacula / src / cats / grant_privileges
1 use mysql
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 grant all privileges on *.* to bacula@localhost with grant option;
7 grant all privileges on *.* to bacula@"%" with grant option;
8 select * from user;
9 flush privileges;
10 exit