From: Michael M. <mmi...@lc...> - 2006-11-01 14:55:23
|
Okay, solved my own problem.. MYSQL 5.0 uses an authentication protocol that is incompatible with pre 4.1 clients. I had to reset the phpESP users password in MYSQL using the OLD_PASSWORD function. Works fine now. For further info. on this problem, see the MYSQL 5.0 reference manual, A.2.3. Michael Michalak Manager - Network Support Services Little Company of Mary Hospital and Health Care Centers -----Original message----- From: php...@li... Date: Tue, 31 Oct 2006 23:06:09 -0600 To: php...@li... Subject: phpESP-general Digest, Vol 5, Issue 12 > Send phpESP-general mailing list submissions to > php...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/phpesp-general > or, via email, send a message with subject or body 'help' to > php...@li... > > You can reach the person managing the list at > php...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of phpESP-general digest..." > > > Today's Topics: > > 1. HTTP 503 Service Unavailable error (Michael Michalak) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 31 Oct 2006 08:37:03 -0600 > From: "Michael Michalak" <mmi...@lc...> > Subject: [phpesp-general] HTTP 503 Service Unavailable error > To: php...@li... > Message-ID: <4e2...@lc...> > Content-Type: text/plain; charset="us-ascii" > > We recently installed phpESP(1.8.2) onto a LAMP server. We can run the phpESP/admin/test.php without any issues. When we connect to phpESP/admin/manage.php we come up with the following page: > > HTTP 503 Service Unavailable > [ Connection to database failed. Please check configuration. ] > > We have other web pages running fine on this system using PHP and MYSQL. We even were successfull loging into MYSQL fro the command line with the same userid/password that is set up in phpESP/admin/phpesp.ini.php. > > Here are all the details: > > phpESP - 1.8.2 > PHP - 4.4.4 > Apache - 2.0 > MYSQL - 5.0.19 > SLES - 9sp3 > > > Michael Michalak > Manager - Network Support Services > Little Company of Mary Hospital and Health Care Centers > > > > > > ------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > ------------------------------ > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > End of phpESP-general Digest, Vol 5, Issue 12 > ********************************************* |