re: FW: REVISED: Connecting from web server to a MySQL server using Apache+PHP

2002-10-08 Thread Egor Egorov
Nestor, Tuesday, October 08, 2002, 12:58:25 AM, you wrote: NF OK now I am getting this error: NF NF Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in NF /usr/local/httpd/htdocs/mbn.com/confirmation.php on line 36 NF Warning: MySQL Connection Failed: Access

Connecting from web server to a MySQL server using Apache+PHP

2002-10-07 Thread Nestor Florez
People, I have a linux web server running apache 1.3.26 and php(IP= 10.1.1.3) I have a W2K Database server running MySQL 3.23.52(IP= 10.1.1.2) My connecting string is mysql_connect(10.1.1.2:3306, $dbuser, $db_pwd); And I ge the error: Warning: Can't connect to MySQL server on

REVISED: Connecting from web server to a MySQL server using Apache+PHP

2002-10-07 Thread Nestor Florez
People, I have a linux web server running apache 1.3.26 and php(IP= 10.1.1.3) I have a W2K Database server running MySQL 3.23.52(IP= 10.1.1.2) My connecting string is mysql_connect(10.1.1.2:3306, $dbuser, $db_pwd); And I ge the error: Warning: Can't connect to MySQL server on '10.1.1.3'

REVISED: Connecting from web server to a MySQL server using Apache+PHP

2002-10-07 Thread Nestor Florez
I messed up in the ip addressing sorry! -- People, I have a linux web server running apache 1.3.26 and php(IP= 10.1.1.3) I have a W2K Database server running MySQL 3.23.52(IP= 10.1.1.2) My connecting string is mysql_connect(10.1.1.2:3306, $dbuser, $db_pwd); And I ge the error:

FW: REVISED: Connecting from web server to a MySQL server using Apache+PHP

2002-10-07 Thread Nestor Florez
OK now I am getting this error: Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /usr/local/httpd/htdocs/mbn.com/confirmation.php on line 36 Warning: MySQL Connection Failed: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in