From: Eric Bollengier Date: Thu, 13 Jan 2022 10:25:48 +0000 (+0100) Subject: Fix issue with MySQL 8 in src/cats/grant_mysql_privileges X-Git-Tag: Release-11.3.2~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aebf38a05a3f5910e16900d72755e0ab533db19;p=thirdparty%2Fbacula.git 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 --- diff --git a/bacula/src/cats/grant_mysql_privileges.in b/bacula/src/cats/grant_mysql_privileges.in index ba291cbe3..78db650e3 100644 --- a/bacula/src/cats/grant_mysql_privileges.in +++ b/bacula/src/cats/grant_mysql_privileges.in @@ -28,7 +28,6 @@ fi if $bindir/mysql $* -u root -f <