Page 1 of 1

Enumerate MySql servers on Network

Posted: Tue 03 Jan 2006 16:04
by JvanDorsten
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?

Posted: Wed 04 Jan 2006 09:38
by Serious
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.