MySQL Forums
Forum List  »  Newbie

Error logging into Remote MySQL
Posted by: Sreedhar Kumar
Date: May 22, 2005 12:42AM

Hi all,


I am using MySQL Server 4.1 on Windows XP.

MySQL is installed at C:\Program Files\MySQL\MySQL Server 4.1.


I want to connect to a remote computer called "database.addr.com". I have specified

hostname,username, and password as arguments for mysql like this:

mysql -h database.addr.com -u <myUsername> -p <myPassword> <dbName>
(Ofcourse, I replaced <myUsername>, <myPassword> and <dbName> with actual values)

It is giving me the following error:
ERROR 2003 (HY000): Can't connect to MySQL server on 'database.addr.com' (10060)



Help me out login to remote system,

Sreedhar Morangapally

Options: ReplyQuote


Subject
Written By
Posted
Error logging into Remote MySQL
May 22, 2005 12:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.