Sonic <[EMAIL PROTECTED]> wrote:
> all I get is
>
> repligard-CRITICAL **: Error in DB connection
>
> The passwords seem to be ok (I used the ones from the installation manual),
> mysql's "skip-networking" is off and everything else seems to be as it
> should. The server is running Debian stable as do the other two machines on
> which I successfully installed Midgard. I don't have any idea what went
> wrong. Does anybody know where I can find more precise error messages?
>
It means that user You specified in repligard.conf with his password can not
connect to database which is mentioned in this conf file.
The same error occurs when mysql library client was compiled with different
path for socket file than mysql server was. But I doubt if this could happen
on Debian box , unless You typed different socket file in my.cnf for mysql.
Check , if You may login to database manually.
<database
name="dbname"
username="user"
password="pass"
mysql -u user -p pass -D dbname
Piotras
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]