RE: problem in telent to mysql server

2002-03-14 Thread Paul DuBois
>Thanks for your advices. > > >In the offical mysql webpage, there is a paragraph tell us how to usinng >telnet test mysql server connectivity. That test tells you only whether or not there's a MySQL server listening on the port. It doesn't tell you that you should actually try to communicate wi

RE: problem in telent to mysql server

2002-03-14 Thread Jianping Zhu
. > > > > >You need to make sure the user you are trying to use has access rights > >for the user for telnet > >-Original Message- > >From: Paul DuBois [mailto:[EMAIL PROTECTED]] > >Sent: Thursday, March 14, 2002 2:19 PM > >To: Jianping Zhu > &g

RE: problem in telent to mysql server

2002-03-14 Thread Paul DuBois
2002 2:19 PM >To: Jianping Zhu >Cc: [EMAIL PROTECTED] >Subject: Re: problem in telent to mysql server > > >At 14:58 -0500 3/14/02, Jianping Zhu wrote: >>I use: >>telnet mysqlserverhostname 3306 >> >>and get following response: >> >> Host 'mylo

RE: problem in telent to mysql server

2002-03-14 Thread Kenneth Hylton
PROTECTED] Cc: [EMAIL PROTECTED] Subject: problem in telent to mysql server I use: telnet mysqlserverhostname 3306 and get following response: Host 'mylocalcomputer' is not allowed to connect to this MySQL server What does this mean? and how to fix the proble

RE: problem in telent to mysql server

2002-03-14 Thread Todd Williamsen
EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 2:19 PM To: Jianping Zhu Cc: [EMAIL PROTECTED] Subject: Re: problem in telent to mysql server At 14:58 -0500 3/14/02, Jianping Zhu wrote: >I use: >telnet mysqlserverhostname 3306 > >and get following response: > > Host 'myloca

RE: problem in telent to mysql server

2002-03-14 Thread Jianping Zhu
you can't, you need to make sure > you have telnet rights > > -Original Message- > From: Jianping Zhu [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 1:58 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: problem in telent to mysql ser

Re: problem in telent to mysql server

2002-03-14 Thread Paul DuBois
At 14:58 -0500 3/14/02, Jianping Zhu wrote: >I use: >telnet mysqlserverhostname 3306 > >and get following response: > > Host 'mylocalcomputer' is not allowed to connect to this MySQL server >What does this mean? and how to fix the problem? The MySQL client-server protocol is a binary protocol. I

RE: problem in telent to mysql server

2002-03-14 Thread Todd Williamsen
EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: problem in telent to mysql server I use: telnet mysqlserverhostname 3306 and get following response: Host 'mylocalcomputer' is not allowed to connect to this MySQL server What does this mean? and how to fix the p

problem in telent to mysql server

2002-03-14 Thread Jianping Zhu
I use: telnet mysqlserverhostname 3306 and get following response: Host 'mylocalcomputer' is not allowed to connect to this MySQL server What does this mean? and how to fix the problem? Thanks - Before posting, please chec