]> git.ipfire.org Git - thirdparty/bacula.git/commit
Fix issue with MySQL 8 in src/cats/grant_mysql_privileges
authorEric Bollengier <eric@baculasystems.com>
Thu, 13 Jan 2022 10:25:48 +0000 (11:25 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 13 Jan 2022 10:26:38 +0000 (11:26 +0100)
commit110f09808bf4b50b900b48e7580aa767588ac902
treeb5b48ab2055b97271c450d6bbc48ff0cb83dc65f
parent090f69729b0956b79bb596ef97a8887c9bfbbf50
Fix issue with MySQL 8 in src/cats/grant_mysql_privileges

grant all privileges on bacula.* to bacula@localhost;
->
 ERROR 1410 (42000) at line 3: You are not allowed to create a user with GRANT
bacula/src/cats/grant_mysql_privileges.in