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 '66.161.11.215' (111) in
/usr/local/httpd/htdocs/mbn.com/confirmation.php on line 36

Warning: MySQL Connection Failed: Can't connect to MySQL server on
'66.161.11.215' (111) in /usr/local/httpd/htdocs/mbn.com/confirmation.php on
line 36
Can't connect to MySQL server on '66.161.11.215' (111)


Line 36 is where mymysql_connect function is at.

Any ideas?

Nestor :-)


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to