On Mon, Jan 07, 2008 at 05:30:20PM -0500, Reynier Perez Mira wrote:
> Dan, soury for not reply before but I solve this problem. The problem now is 
> other. See the details:
> 
> bacula-dir -t -c bacula-dir.conf
> 07-ene 17:34 bacula-dir:  Fatal error: A user name for MySQL must be supplied.
> 07-ene 17:34 bacula-dir:  Fatal error: Could not open Catalog "MyCatalog", 
> database "bacula".
> 07-ene 17:34 bacula-dir ERROR TERMINATION
> Please correct configuration file: bacula-dir.conf
> 
> I see inside bacula-dir.conf file and setup the parameters as follow:
> 
> Catalog {
>   Name = MyCatalog
>   dbname = bacula; 
>   password = "baculapool"
> }
> 
> What's missing here?
> Cheers
> Ing. Reynier Pérez Mira  
>

should look more like this:

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

 

-------------------------------------------------------------------------
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