On Mon, 2003-01-20 at 12:04, Tony Lee wrote: > Hello All, Greetings!
> I was trying to install the nightly from aegir-cms.org but for some > reason repligard is giving me this error: > "repligard-CRITICAL **: Error logging into Database" > What else should I be checking? Two possibilities: * Midgard admin user is not correctly set * Repligard can't find the mysql.sock file to connect to the database. On the second point, on some systems the MySQL client library tells applications wrong location of the socket file, and so they can't open MySQL connection at all. Unfortunately Midgard doesn't produce too clear error on this. I posted a bug on the repligard error messages... http://bugs.midgard-project.org/view_bug_advanced_page.php?f_id=0000323 Anyway, look where your system puts the mysql.sock file. Repligard probably tries to find it from /var/lib/mysql/mysql.sock You can try to set this correctly in your my.cnf with line: [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock > Tony /Bergie -- Henri Bergius [EMAIL PROTECTED] Consultant Partner Tel: +358-20-198 6032 Nemein Oy http://www.nemein.com/ Nemein.Net -- Project tracking solution for Professional Services Organizations: http://www.nemein.com/Nemein.Net/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
