Page 1 of 1

Determine on which Port MySQL-Servers listen

Posted: Wed 28 Mar 2007 16:22
by Bernhard Geyer
Hi,

with the Help of the class-Methode TCRNetManager.GetServerList(List: TStrings) i am able to get the PC's/Servers where MySQL listening to a port.

But how to determine on which port the mysql-Server is listening? Is there also a Helper-Function that I can use?


Thanks for your help

Bernhard

Posted: Thu 29 Mar 2007 10:02
by Antaeus
Bernhard Geyer wrote: But how to determine on which port the mysql-Server is listening?
We do not know a good way to determine the port number on which the MySQL server is running.
Bernhard Geyer wrote:Is there also a Helper-Function that I can use?
No, MyDAC does not have such functionality.