use mysql
grant all privileges on bacula.* to bacula@localhost;
grant all privileges on bacula.* to bacula@"%";
select * from user;
flush privileges;


syntax highlighted by Code2HTML, v. 0.9.1