I might be new in JFFNMS but the problem you describe has to do with windows 2003 having all ports close by default, have to enable it in the network interfase details.
-----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de ddenton Enviado el: Viernes, 12 de Noviembre de 2004 09:52 a.m. Para: ddenton; [EMAIL PROTECTED] Asunto: Re: [jffnms-users] Database Connection Problems The Optional MySQL module does say yes. The only "red" or errors I have on the page are: Is the Database Working -- No SMS Client - Error Optional NTPQ - Error Everything says it's okay. Remove the "@" from the line you suggested in api.db.inc.php results in: Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in c:\jffnms\lib\api.db.inc.php on line 146 DB(mysql): Could not connect to the Database. Put the "@" back and it returns to the DB(mysql): Could not connect to the Database error. Appreciate the help. No doubt these are pretty newbie questions. Deborah Denton On Fri, 12 Nov 2004 11:50:47 +1100, Craig Small <[EMAIL PROTECTED]> wrote: > On Thu, Nov 11, 2004 at 04:22:01PM -0600, ddenton wrote: > > I've installed JFF NMS on Win2003 server using Apache 1.3.33, MySQL > > 4.1.7, PHP 4.3.9 and Jffnms 0.7.9 using the install doc from the > > Javier's site. I've configured everything correctly and when I pull > > up the /admin/setup.php page everything shows green and okay _except_ > > the database which shows not working. > Well you need to stop right there. No need to go past this point > because if the database connection does not work, then nothing else > will. > > So you have no for the "Is the Database working?" line? > Is "optional MySQL Module Loaded" saying yes? > > For more information edit lib/api.db.inc.php and find the function > db_test() which has the line > > case 'mysql' : if (extension_loaded("mysql")) $result = @mysql_connect($dbhost, $dbuser, $dbpass); > > Temporily remove the @ and you will get an ugly error on the page. > > -- > Craig Small GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 > Eye-Net Consulting http://www.enc.com.au/ MIEE Debian developer > csmall at : enc.com.au ieee.org debian.org > ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ jffnms-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jffnms-users ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ jffnms-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jffnms-users
