On Wed, 2002-11-20 at 22:31, Eric Anderson wrote: > The entries are the same in both the repligard.conf and midgard-data.conf. > They're the ones that were generated by the ./configure step in > midgard-data. So that doesn't appear to be the problem.
Can you access the Midgard database using those passwords? Try this: mysql MidgardDbName -uMidgardDbUser -pMidgardDbPassword mysql> update person set username='MidgardAdminUsername',password='**MidgardAdminPassword' where id=1; Using the values from those two configuration files. > e /Bergie -- Henri Bergius [EMAIL PROTECTED] Consultant Partner Tel: +358-20-198 6032 Nemein Oy http://www.nemein.com/ Nemein.Net - Project tracking solution for consulting companies http://www.nemein.com/Nemein.Net/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
