RE: Unable to connect to DB

2004-06-14 Thread SGreen
m> Fax to: Subject: RE: Unable to connect to DB

RE: Unable to connect to DB

2004-06-11 Thread Bartis, Robert M (Bob)
PROTECTED] Sent: Friday, June 11, 2004 3:30 PM To: Bartis, Robert M (Bob) Cc: [EMAIL PROTECTED] Subject: Re: Unable to connect to DB Check to make sure the linux box has its port open (do a MySQL "ping"). >From the windows box, telnet to your linux box on port 3306 (or whatever you s

Re: Unable to connect to DB

2004-06-11 Thread SGreen
Check to make sure the linux box has its port open (do a MySQL "ping"). >From the windows box, telnet to your linux box on port 3306 (or whatever you set your linux server to listen on in your my.cnf file) you should see the version# of the server and a bunch of non-text information. If that fail