On 1/3/07, Larose, Andre <[EMAIL PROTECTED]> wrote:
> How do I configure Bacula to connect to a remote MYSQL server and use a
> different database name.

Edit the catalog directive in /etc/bacula/bacula-dir.conf to use the
database, address, etc.

# Generic catalog service
Catalog {
  Name = MyCatalog
  dbname = bacula; DB Address = localhost; user = bacula; password = "pass"
}


>
> I.E. Bacula server1 would connect to MYSQL server and use BACULA1 db with
> user bacula1 and password pass1

# Generic catalog service
Catalog {
  Name = MyCatalog
  dbname = BACULA1; DB Address = server1; user = bacula1; password = "pass1"
}

> Bacula server2 would connect to MYSQL server and use BACULA2 db with user
> bacula2 and password pass2

Same as above, just change the info to reflect the different settings.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to