RE: [PHP-WIN] php/mySQL ... using different port

2002-10-09 Thread Rich Gray
Try ... mysql_connect('server:','user','password'); Where '' is the alternate port number. HTH Rich -Original Message- From: Wolfgang Schneider [mailto:[EMAIL PROTECTED]] Sent: 09 October 2002 15:34 To: [EMAIL PROTECTED] Subject: [PHP

[PHP-WIN] php/mySQL ... using different port

2002-10-09 Thread Wolfgang Schneider
Hello, trying to connect to a mySQL database that runs on a 2nd mySQL server and not the standard one, the 2nd mySQL has been assigned a different port number How do I change the connect to mySQL lines so the php file is trying to open a connection to the mySQL server on the alternate port