Isa-server 2004

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Delle
Posts: 1
Joined: Sat 08 Jan 2005 13:41

Isa-server 2004

Post by Delle » Sat 08 Jan 2005 17:27

Hi,
I have problems to connect to MySQL running on Isa-serer 2004.
I have defined a firewallrule for opening tcp on port 3306 for
all users.
But I can connect using phpmyadmin.
Does MyDAC uses any other protocols or ports to connect to
MySQL?

Regards Delle

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 11 Jan 2005 09:41

Yes, MyDAC uses TCP connection and one port. Please try to connect using
TMyConnection.Option.Direct=True/False and
TMyConnection.Option.Protocol:=mpTCP

Post Reply