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;
7 < echo "Privileges for kern, kelvin, and bacula granted."
9 > echo "MySQL privileges for bacula granted."
11 < echo "Error creating privileges."
13 > echo "Error creating MySQL privileges."