Multiple servers using MySqlConnection
Connection string
This MySQL Connector/Net connection string can be used for connections to MySQL.
Use this to connect to a server in a replicated server configuration without concern on which server to use.
Server=serverAddress1, serverAddress2, serverAddress3;Database=myDataBase;
Uid=myUsername;Pwd=myPassword;