How to list enumerate MySQL running instances in c#?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • edurazee
    New Member
    • Dec 2009
    • 13

    How to list enumerate MySQL running instances in c#?

    Suppose I am in a network.

    One or more MySQL services are running on a machine/several machines in the network including the localhost.

    How to write a C# code to list/enumerate the names of all the running instances of MySQL?
  • Dheeraj Joshi
    Recognized Expert Top Contributor
    • Jul 2009
    • 1129

    #2
    Use WMI to get all these kind of information.

    Go through MSDN for more information.

    Regards
    Dheeraj Joshi

    First of all identify all the machines in the network, store their credentials and other information to database and then collect the data of MySQL instances running in all these machines.(Remem ber for WMI to use you must have user credentials of all machines)
    I suspect you are trying to build an application.?

    Comment

    Working...