Reynier Perez Mira wrote:

>> You may need to specify the MySQL socket 
>>     
>
> With socket you mean this line in my.cnf:
>  socket = /var/run/mysqld/mysqld.sock
>   
Yes, that is the Unix socket mysqld listens on.

>   
>> or you can try to connect to 127.0.0.1 
>>     
> Catalog {
>   Name = MyCatalog
>   dbname = bacula;
>   user = bacula;  
>   password = "baculadmin"
>   DB Address = 127.0.0.1
> }
> This?
>   


That (if your db is indeed running with networking), or

Catalog {
  Name = MyCatalog
  dbname = bacula;
  user = bacula;  
  password = "baculadmin"
  DB Socket = "/var/run/mysqld/mysqld.sock"
}

to use the socket.


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