Re: Telnet to MySQL (Was port number)

2001-06-14 Thread sanborn
" <[EMAIL PROTECTED]>; "MySQL Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 4:43 PM Subject: Re: Telnet to MySQL (Was port number) > > On Wed, 6 Jun 2001, Dibo Chen wrote: > > > use 'mysql -h server_machine -u user_name -p &

Re: Telnet to MySQL (Was port number)

2001-06-06 Thread Neil Zanella
On Wed, 6 Jun 2001, Dibo Chen wrote: > use 'mysql -h server_machine -u user_name -p ' to connect/query your > MySQL server. You don't need telnet. My apologies for introducing some confusion here. You can use telnet to test whether mysqld accepts incoming connections from the host on which

Re: Telnet to MySQL (Was port number)

2001-06-06 Thread Jeremy Zawodny
On Wed, Jun 06, 2001 at 10:01:17AM -0700, sanborn wrote: > > Thanks for your many answers. (mysql port default = 3306) . I > can't seem to telnet to port 3306 however, I get a message saying > '... not allowed to connect to this mysql server'. I am telneting > from a windows machine if this mak

Re: Telnet to MySQL (Was port number)

2001-06-06 Thread Gerald Clark
Well, it is not a telnet port, so why are you telnetting to it? sanborn wrote: > Thanks for your many answers. (mysql port default = 3306) . I can't seem > to telnet to port 3306 however, I get a message saying '... not allowed to > connect to this mysql server'. I am telneting from a windows

Re: Telnet to MySQL (Was port number)

2001-06-06 Thread Neil Zanella
If you really want to connect from the windows client computer then you must execute the grant statement on the server but this may expose you to security risks. In this case it would be best to have both computers behind a firewall. Neil On Wed, 6 Jun 2001, sanborn wrote: > Thanks for your ma

Re: Telnet to MySQL (Was port number)

2001-06-06 Thread Dibo Chen
use 'mysql -h server_machine -u user_name -p ' to connect/query your MySQL server. You don't need telnet. sanborn wrote: > > Thanks for your many answers. (mysql port default = 3306) . I can't seem > to telnet to port 3306 however, I get a message saying '... not allowed to > connect to t