On 2021-12-27 19:28, Dmitri Maziuk wrote:
On 12/27/2021 7:24 AM, Graham Dicker wrote:
...
If I change the Catalog definition from
dbname = "bacula"; dbuser = "bacula"; dbpassword = ""
to
dbname = "bacula"; dbuser = "root"; dbpassword = ""
then Bacula does work but it doesn't "see" the volumes already in the
database
and wants
to create new ones when I try to run a backup.
'bacula'@'%' is supposed to match bacula@ANY_HOST ('%' being the SQL
wildcard) but in my limited mysql experience it never worked 100% of
the time.
'localhost' and '%' are special keywords.
'localhost' applies only to unix socket.
'%' has a meaning of any AF_INTET socket (any IP address or host)
So, the '%' does not include 'localhost'.
--
Josip Deanovic
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users