1use mysql
2grant all privileges on bacula.* to bacula@localhost;
3grant all privileges on bacula.* to bacula@"%";
4select * from user;
5flush privileges;
6