> > Is there any possiblity to connect to the MySql version 5.x database
> > (bucula-dir is not to be connected ) ?
>

> I use mysql-5.0.15 (compiled on Solaris 10 FCS) with no problems so far.
> Robert.

Here are the error-messages :

asterix: # bacula-dir -c /etc/bacula/bacula-dir.conf 22-Nov 23:00
bacula-dir: 
Fatal error: Could not open database bacula".
22-Nov 23:00 bacula-dir:  Fatal error: mysql.c:170 Unable to nnect to
MySQL server.| Database=bacula User=bacula It is probably not
running or your password is incorrect.
22-Nov 23:00 bacula-dir ERROR TERMINATION Please correct
configuration file: /etc/bacula/bacula-dir.conf
asterix: # 


Here is my bacula-dir.conf (only a part) :

# Generic catalog service
Catalog {
  Name = MyCatalog
  dbname = bacula; user = bacula; password = '';
}

Reply via email to