Re: [Bacula-users] mysql authorization fail ("Could not open Catalog") on a clean 5.2.5 install. what did i miss in my config?

2012-02-11 Thread Phil Stracchino
On 02/11/2012 11:10 PM, p50...@150ml.com wrote: > subsequent exec of, > > bacula-dir -d -v -t -c bacula-dir.conf > > still returns, > > bacula-dir: dird.c:954 Could not open Catalog "MyCatalog", database > "bacula". > bacula-dir: dird.c:959 mysql.c:203 Unable to connect to MySQL server.

Re: [Bacula-users] mysql authorization fail ("Could not open Catalog") on a clean 5.2.5 install. what did i miss in my config?

2012-02-11 Thread p50bac
hi On Sat, Feb 11, 2012, at 10:55 PM, Phil Stracchino wrote: > > perl -pi -e 's|^(db_password=).*|$1\"DbPass"|g' > > > > Catalog { > > Name = MyCatalog > > dbname = "bacula"; dbuser = "bacula"; dbpassword = > > "DBPass" > > } >

Re: [Bacula-users] mysql authorization fail ("Could not open Catalog") on a clean 5.2.5 install. what did i miss in my config?

2012-02-11 Thread Phil Stracchino
On 02/11/2012 09:56 PM, p50...@150ml.com wrote: > perl -pi -e 's|^(db_password=).*|$1\"DbPass"|g' > Catalog { > Name = MyCatalog > dbname = "bacula"; dbuser = "bacula"; dbpassword = > "DBPass" > } Notice anything.

[Bacula-users] mysql authorization fail ("Could not open Catalog") on a clean 5.2.5 install. what did i miss in my config?

2012-02-11 Thread p50bac
i've installed bacula 5.2.5 dir/sd/fd on opensuse 12.1/64; all components on the same machine, for the moment. i'm having a Catalog-related authorization fail (Could not open Catalog), and am stumped as to where the issue's hiding. here's what i've done: a clean install, cd /usr/lib64/