Re: Enumerate MySQL Servers?

2009-03-02 Thread michael
Correction: If you get "Connection failed" no one is listening! "Connection Refused" means someone is listening, you just don't know who. > Someone said look at you ODBC DNS list, and I think you are asking for a > method to programmatically find MySql servers, without looking at a ODBC > list

Re: Enumerate MySQL Servers?

2009-03-02 Thread michael
Someone said look at you ODBC DNS list, and I think you are asking for a method to programmatically find MySql servers, without looking at a ODBC list on your screen. If I were you, I would start/temporarily with assuming the MySql are listening on port 3306, and write the appropriate socket code

RE: Enumerate MySQL Servers?

2009-03-02 Thread Martin Gainty
will you be supporting clusters? if not you can scan for listeners on 3306 HTH Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confiden

Re: Enumerate MySQL Servers?

2009-03-02 Thread Claudio Nanni
If you are designing a microsoft windows software to connect to MySQL servers the easiest way to create connections is to use the ODBC Drivers provided by mysql ( http://dev.mysql.com/downloads/connector/odbc/5.1.html). Once installed the drivers you will have to create the (System) Data Source Nam