Benedict wrote: > Hi all, > Here is the system config: redHat8.0 with noodle.net rpm of midgard. > While installing AegirCMS following errors show up: > > [root@localhost Aegir-1.0-RC1]# repligard -a -i AegirCMS.xml.gz > > repligard-CRITICAL **: Error in DB connection >
can you login with mysql -umidgard -pmypasword midgard ? According to Henri Bergius: (http://article.gmane.org/gmane.comp.web.midgard.user/1428) --- Three possible reasons: * DB user and password * Midgard admin user and password * Repligard doesn't find MySQL socket The last one is a bit tricky, as the MySQL libraries on some setups lie about the location of the MySQL socket to applications like repligard. You should try locating the mysql.sock file from your filesystem, and create a symbolic link of that file to the directory where repligard tries to find the socket from. In my case this directory was /var/lib/mysql --- /Peter Slot --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
