Hi Michael:

> Catalog {
>   Name = MyCatalog
>   dbname = bacula; user = bacula; password = "xxxxxxxx"

Reading the documentation I found the correct syntax. Now I fix this as follow:

Catalog {
  Name = MyCatalog
  dbname = bacula;
  user = bacula;  
  password = "XXXXXXXXX"
}

Wich is correct because DB, user and password are Ok but when I test the config 
file I get this error again and again:

bacula-dir -t -c bacula-dir.conf
07-ene 17:44 bacula-dir:  Fatal error: Could not open Catalog "MyCatalog", 
database "bacula".
07-ene 17:44 bacula-dir:  Fatal error: mysql.c:188 Unable to connect to MySQL 
server.
Database=bacula User=bacula
It is probably not running or your password is incorrect.
07-ene 17:44 bacula-dir ERROR TERMINATION
Please correct configuration file: bacula-dir.conf

Looks like a MySQL problem but I don't know why. Can any help me

Ing. Reynier PĂ©rez Mira  

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to