Re: Unable to connect to remote mysql server.

2002-06-11 Thread ally
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

Re: Unable to connect to remote mysql server.

2002-06-11 Thread Sherzod B. Ruzmetov
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:

Re: Unable to connect to remote mysql server.

2002-06-11 Thread Gerald Clark
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

Unable to connect to remote mysql server.

2002-06-11 Thread ally
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

Connect to remote mySQL server

2001-06-25 Thread ST Ooi
How can I connect to remote mySQL through ODBC using internet? I notice that ODBC ask for IP address or host name, can I use my IP address of my remote host and connect through internet? Thanks ST Ooi Malaysia - Before postin