TED]>
Cc: "ally" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, June 11, 2002 9:28 PM
Subject: Re: Unable to connect to remote mysql server.
> The port number is wrong. Change it to 3306, and u should be fine.
>
>
> :>I hv mysql server running on a
The port number is wrong. Change it to 3306, and u should be fine.
:>I hv mysql server running on a remote machine(ip 202.157.188.2) and i'm
:>trying to connect to it by ssh from another machine(ip 202.157.137.97) as
:>follows :
:>
:>$ mysql -h 202.157.188.2 -u root -p
:>Enter password:
1. What does this have to do with ssh?
2. Does root@yourmachine have permission to connect to mysqld on
202.157.188.2?
ally wrote:
> Dear all,
>
>I hv mysql server running on a remote machine(ip 202.157.188.2) and i'm
>trying to connect to it by ssh from another machine(ip 202.157.137.97) as
>f
Dear all,
I hv mysql server running on a remote machine(ip 202.157.188.2) and i'm
trying to connect to it by ssh from another machine(ip 202.157.137.97) as
follows :
$ mysql -h 202.157.188.2 -u root -p
Enter password:
ERROR 2003: Can't connect to MySQL server on '202.157.188.2' (61)
Can you pl