I can not use 'telnet aaa.bbb.ca 3306' on XP machine, it will give error
like this:

Could not open connection to the host, on port 3306. Connection failed.

But if I try on other Solaris machines ,it will say something like this:

Trying (IP address)
Connected to aaa.bbb.ca.
Escape character is '^]'.
'
4.0.15 (some characters), Connection closed by foreign host.

So that's the reason my application can not connect to the database from
the XP machine? If so, to fix this issue, the system administrator has to 
be involved? Or say, it has nothing to do with Mysql database at this
point?

Thanks for your time and patience.

Xiaobo

> Xiaobo Chen wrote:
>> I already turned off the firewall on the XP machine, but it doesn't work
>> either. I am doubting that in the database on the other Solaris machine,
>> it doesn't allow the connection from the XP machine. I am doubting this
>> way because other application on other Solaris machine can conenction to
>> the mysql database.
>
> Then did you try `telnet aaa.bbb.ca 3306` to confirm you can reach
> the database machine?
>
> Either you can reach the port MySQL is listening on, or you can't.
> If you can't, you need to fix that. I don't use XP so I can't help
> there.
>
> If you *can* reach that port, but not access the database, you need
> to add the appropriate permissions to the grant tables.
>
> HTH!
> --
> Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
> Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
>
>                           dream.  code.
>
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
>
>



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to