On Mon, 2003-02-03 at 01:39, Benedict wrote:
> Hi,
> the passwords were not the same. After the change this comes up:
> [root@localhost Aegir-1.0-RC1]# repligard -a -i AegirCMS.xml.gz
>
> repligard-CRITICAL **: Error logging into Database
> [root@localhost Aegir-1.0-RC1]#
Try this:
mysql -u root mysql
mysql> update user set
-> Password=PASSWORD('password_from_repligard.conf')
-> where User='midgard';
mysql> flush privileges;
mysql> quit
And then try to install Aegir again.
/Skallen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]