server enumeration

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
me

server enumeration

Post by me » Tue 21 Jun 2005 09:23

Hi,

is there a way how to enumerate MySQL servers in a network?

Serious

Post by Serious » Tue 21 Jun 2005 15:41

Possible way is to check for open port (the default is 3306) on each computer in your network.
But this will work only if you know that all servers use the same configuration.

MySQLDirect .NET does not provide this functionality.

Post Reply