I'm using VS2010, .NET 4, C#. How can I check if MySQL servers are running? Based on my experience, users seldom know this information. I want to provide a form that allows the user to select the MySQL server and database each from drop down lists. If there is more than one server, I want to list them all in the server drop down list. Once the server is selected, available databases populate the database drop down list. I know how to code nearly all this. I am specifically interested in finding out what servers are available.
↧