> 
> The only change I made was to insert the password
> 'bacula' in the bacula-dir.conf file in the CATALOG
> section. And this was after it didn't work without
> passwords. The relevant section of the bacula-dir.conf
> file is:    
> # Generic catalog service
> Catalog {
>   Name = MyCatalog
>   dbname = "bacula"; dbuser = "bacula"; dbpassword =
> "bacula" 
> }
> 

You talk about "MySQL server".

Is it localhost?

I have this:

# Generic catalog service
Catalog {
  Name = MyCatalog
  DB Address = dbsrv
  dbname = bacula; user = bacula; password = "bacula"
}

If the MySQL server is not localhost, you maybe forgot to tell it to  bacula?



------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to