Enumerate MySql servers on Network

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
JvanDorsten
Posts: 10
Joined: Tue 03 Jan 2006 15:59

Enumerate MySql servers on Network

Post by JvanDorsten » Tue 03 Jan 2006 16:04

We currently developing an application with MysqlDirect and Vs2005, we use the SqlDataSourceEnumerator class to enumerate Sql servers on the network.

We want to achieve the same result with mysql, is there an (easy) way to enumerate all mysql servers on the local network?

Serious

Post by Serious » Wed 04 Jan 2006 09:38

MySQL Server does not provide any service to check if it is running on some machine.
Hence, there is no easy way to enumerate servers in the network.

Post Reply