Re: using php to connect to a 2nd mySQL server

2002-10-10 Thread cristian ditoiu
mysql_connect("localhost:3306", "mysql_user", "mysql_password"); - Original Message - From: "Webmaster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 5:57 PM Subject: using php to connect to a 2nd m

RE: using php to connect to a 2nd mySQL server

2002-10-09 Thread Daniel Khan
Hello Wolfgang, [..] > My question now is this: How can I tell a php script to not use the > standard mySQL server that exists on this server computer, but to use > the 2nd mySQL server that runs on the different port number ? > Currently I use info set up in variables like this: > > # MySQL data

RE: using php to connect to a 2nd mySQL server

2002-10-09 Thread Peter Lovatt
connect to a 2nd mySQL server Hello all, I am new to this list ... and hope to find an answer to a question which has come up. On the server for my websites at my ISP, a mySQL server is installed to handle different customers' databases (1 database setup for each customer) Now, as I have a

using php to connect to a 2nd mySQL server

2002-10-09 Thread Webmaster
Hello all, I am new to this list ... and hope to find an answer to a question which has come up. On the server for my websites at my ISP, a mySQL server is installed to handle different customers' databases (1 database setup for each customer) Now, as I have a need for a mySQL server where