Howdy - 

You are trying to telnet to the MySQL server.

3306 is the MySQL Server default port, not the telnet port.

If you are trying to run the MySQL client, then:

1) telnet mysqlserverhostname
2) run the Mysql client within your telnet session (mysql -uroot -proot, for
example)

If you are trying to access the MySql server programatically, then you need
to have your code
go the libmysqlclient or whatever library and use the appropriate API.

Regards,

Ken


-----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 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 problem?

Thanks


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to