On Wed, 2002-11-20 at 22:45, Eric Anderson wrote: > Yes, I was able to do that, but repligard is still unable to log into the > database to import Asgard-1.4.2.xml. I restarted apache after successfully > running the SQL command but Apache still returns a Not Found error.
Strange. Another option, your MySQL library might be pointing out wrong location for mysql.sock This means that you're able to connect to the MySQL database using the mysql* commands, but database clients like Midgard and Repligard can't access it. Locate the mysql.sock file and see if it is the same place where your my.cnf and libmysqlclient claim it is. Typical place is /var/lib/mysql/mysql.sock I had this same problem on some system. Read through MySQL documentation on how to fix it. > 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]
