Re: Adding DSN into Coldfusion Admin?

2004-10-18 Thread SGreen
Just the fact that you GOT the gibberish meant that the server was running and that you were able to connect. What you saw was a "Hello" packet. It's one of the first stages to authenticating a MySQL client to a MySQL server. It's not meant for humans. Shawn Green Database Administrator Unimin

Re: Adding DSN into Coldfusion Admin?

2004-10-15 Thread Jochem van Dieten
On Fri, 15 Oct 2004 11:36:23 -0600, Steve Grosz wrote: > I also get the jibberish, and a connection lost error message. Is it > something in MySql server that I'm not setting up correctly? That probably means you can reach the MySQL server and the problem is on OSI-layer 5-8 :-) Could you go int

Re: Adding DSN into Coldfusion Admin?

2004-10-15 Thread Michael Stassen
Did the gibberish look something like this? Trying web-server2... Connected to web-server2. Escape character is '^]'. : 4.1.4a-gamma P--=)TK],rFDbDid:5:di Bad handshakeConnection closed by foreign host. If so, you got through to the mysql server. (See the version number?) Y

Re: Adding DSN into Coldfusion Admin?

2004-10-15 Thread Steve Grosz
I also get the jibberish, and a connection lost error message. Is it something in MySql server that I'm not setting up correctly? Jochem van Dieten wrote: On Fri, 15 Oct 2004 10:26:22 -0600, Steve Grosz wrote: Ok, with leaving the : off the end, and just typing telnet web-server2 3306 I get some

Re: Adding DSN into Coldfusion Admin?

2004-10-15 Thread Jochem van Dieten
On Fri, 15 Oct 2004 10:26:22 -0600, Steve Grosz wrote: > Ok, with leaving the : off the end, and just typing telnet web-server2 > 3306 I get some jibberish on the screen, and a 'connection lost' message > after a few seconds. That's coming from a machine on the same side of > the firewall as the S

Re: Adding DSN into Coldfusion Admin?

2004-10-15 Thread Steve Grosz
Ok, with leaving the : off the end, and just typing telnet web-server2 3306 I get some jibberish on the screen, and a 'connection lost' message after a few seconds. That's coming from a machine on the same side of the firewall as the Sql server. For the other IIS server and Coldfusion server

Re: Adding DSN into Coldfusion Admin?

2004-10-14 Thread Dwalu Z. Khasu
On Thu, 14 Oct 2004, Dwalu Z. Khasu wrote: =>Neither the DOS nor Unix man pages for telnet mention a colon--Why do you =>think you need one? Let me try again, how about 'telnet web-server 3306'? => Sorry for the typo. For your example, that should've been: telnet web-server2 3306 Are you sure

Re: Adding DSN into Coldfusion Admin?

2004-10-14 Thread Dwalu Z. Khasu
On Thu, 14 Oct 2004, Steve Grosz wrote: =>I have tried telnet web-server2:3306 => =>Didn't work => Neither the DOS nor Unix man pages for telnet mention a colon--Why do you think you need one? Let me try again, how about 'telnet web-server 3306'? ... ... =>Dwalu Z. Khasu wrote: [snip] =>> => =>>

Re: Adding DSN into Coldfusion Admin?

2004-10-14 Thread Bernard Clement
Did you tried without the : between web-server2 and 3306? i.e. put a space insted of : B On Thursday 14 October 2004 19:58, Steve Grosz wrote: > I have tried telnet web-server2:3306 > > Didn't work > > Dwalu Z. Khasu wrote: > > On Thu, 14 Oct 2004, Steve Grosz wrote: > > > > =>If that's the cas

RE: Adding DSN into Coldfusion Admin?

2004-10-14 Thread Logan, David (SST - Adelaide)
2004 9:29 AM To: [EMAIL PROTECTED] Subject: Re: Adding DSN into Coldfusion Admin? I have tried telnet web-server2:3306 Didn't work Dwalu Z. Khasu wrote: > On Thu, 14 Oct 2004, Steve Grosz wrote: > > =>If that's the case, its not working, I type a telnet 192.168.x.x:3306 > =&g

Re: Adding DSN into Coldfusion Admin?

2004-10-14 Thread Steve Grosz
I have tried telnet web-server2:3306 Didn't work Dwalu Z. Khasu wrote: On Thu, 14 Oct 2004, Steve Grosz wrote: =>If that's the case, its not working, I type a telnet 192.168.x.x:3306 =>and get a "could not open a connection to the host" even though =>Mysql-nt shows as running on the Win2003 serv

Re: Adding DSN into Coldfusion Admin?

2004-10-14 Thread Dwalu Z. Khasu
On Thu, 14 Oct 2004, Steve Grosz wrote: =>If that's the case, its not working, I type a telnet 192.168.x.x:3306 =>and get a "could not open a connection to the host" even though =>Mysql-nt shows as running on the Win2003 server. => =>Steve => Try 'telnet host port'.

Re: Adding DSN into Coldfusion Admin?

2004-10-14 Thread Steve Grosz
If that's the case, its not working, I type a telnet 192.168.x.x:3306 and get a "could not open a connection to the host" even though Mysql-nt shows as running on the Win2003 server. Steve Eric Bergen wrote: telnet to it. MySQL will return a 'hello' packet. -Eric On Thu, 14 Oct 2004 12:37:08 -0

Re: Adding DSN into Coldfusion Admin?

2004-10-14 Thread Steve Grosz
So what, a telnet 192.168.x.x:3306 ? Eric Bergen wrote: telnet to it. MySQL will return a 'hello' packet. -Eric On Thu, 14 Oct 2004 12:37:08 -0600, Steve Grosz <[EMAIL PROTECTED]> wrote: I am new to using MySql. I installed it on a seperate server on Win2003. That server has a 192.168.x.x address

Re: Adding DSN into Coldfusion Admin?

2004-10-14 Thread Eric Bergen
telnet to it. MySQL will return a 'hello' packet. -Eric On Thu, 14 Oct 2004 12:37:08 -0600, Steve Grosz <[EMAIL PROTECTED]> wrote: > I am new to using MySql. I installed it on a seperate server on > Win2003. That server has a 192.168.x.x address on my network. > > I am trying to add a DSN con