Re: [Bacula-users] can't connect to mysql server

2011-06-27 Thread Jerry Scharf
That was it. I added dbaddress trying to debug the problem. The interesting thing is that I am fairly sure that this is how the file was built during install (I don't remember editing the dbname.) thank you for the quick reply. jerry On 06/27/2011 01:34 AM, Jeremy Maes wrote: > Op 27/06/2011 1

Re: [Bacula-users] can't connect to mysql server

2011-06-27 Thread Jeremy Maes
Op 27/06/2011 14:44, Mehma Sarja schreef: > On 6/27/11 1:06 AM, Jerry Scharf wrote: >> Sorry, I must be doing something stupid here but I can't figure it out. >> >> section of bacula-dir.conf >> >> # Generic catalog service >> Catalog { >> Name = MyCatalog >> # Uncomment the following line if

Re: [Bacula-users] can't connect to mysql server

2011-06-27 Thread Mehma Sarja
On 6/27/11 1:06 AM, Jerry Scharf wrote: > Sorry, I must be doing something stupid here but I can't figure it out. > > section of bacula-dir.conf > > # Generic catalog service > Catalog { > Name = MyCatalog > # Uncomment the following line if you want the dbi driver > # dbdriver = "dbi:sqlite3";

Re: [Bacula-users] can't connect to mysql server

2011-06-27 Thread Jeremy Maes
Op 27/06/2011 10:06, Jerry Scharf schreef: > Sorry, I must be doing something stupid here but I can't figure it out. > > section of bacula-dir.conf > > # Generic catalog service > Catalog { > Name = MyCatalog > # Uncomment the following line if you want the dbi driver > # dbdriver = "dbi:sqlite

[Bacula-users] can't connect to mysql server

2011-06-27 Thread Jerry Scharf
Sorry, I must be doing something stupid here but I can't figure it out. section of bacula-dir.conf # Generic catalog service Catalog { Name = MyCatalog # Uncomment the following line if you want the dbi driver # dbdriver = "dbi:sqlite3"; dbaddress = 127.0.0.1; dbport = dbname = "bacula;" DB