How to connect MySQL on the w.w.web

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Hiroshi Yamashita

How to connect MySQL on the w.w.web

Post by Hiroshi Yamashita » Mon 01 Aug 2005 04:43

Hello...
I want to connect MySQL on the w.w.web.
I tried all alternatives. Retriving error:

Now, I get bellow message.
Please show me proper rights in the MySql server.

Can't connect to MySql server on '220.107.121.154'(10060)

Following are some informations.

1.Telnet
The connection through Telnet is ok.
2.MySql version
3.23.54

Thank you.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 01 Aug 2005 09:13

Most likely, the problem is not in rights at the server but in proxy/firewall etc settings. Please search for an answer in for this question in MySQL Reference Manual.

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Post by swierzbicki » Tue 02 Aug 2005 11:34

You should open the tcp 3306 port (and redirect it to the right machine).
as ikar said, this is mostly an firewall issue

Post Reply