On 10/02/16 23:19, Michael Munger wrote:
> I have restored the bacula mysql tables to a new installation of MySQL 
> server, but the director cannot connect and is complaining that the 
> MySQL credentials are not correct.
> 
> Where is this in the conf files? I have grepped and googled, and cannot 
> figure it out.


Director configuration file, Catalog resource:


# Generic catalog service
Catalog {
  Name = Catalog
  DB Address = yourhost.yourdomain
  DB Socket = /var/run/mysqld/mysqld.sock
  dbname = "bacula"
  dbuser = "bacula-user"
  dbpassword = "oh please anything but 12345"
}


-- 
  Phil Stracchino
  Babylon Communications
  [email protected]
  [email protected]
  Landline: 603.293.8485

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to