Quantcast
Channel: MySQL Forums - Connector/NET and C#, Mono, .Net
Viewing all articles
Browse latest Browse all 1451

Connector 6.7.4 Cluster Connection Fails (1 reply)

$
0
0
I have a Percona Multi-Master cluster I am trying to connect to.

These connection strings each work just fine to the individual servers:
string myDBCS = "Server=192.168.100.220;Uid=myuser;Pwd=password;Database=testdb;port=3306;";
string myDBCS = "Server=192.168.100.221;Uid=myuser;Pwd=password;Database=testdb;port=3306;";
string myDBCS = "Server=192.168.100.221;Uid=myuser;Pwd=password;Database=testdb;port=3306;";

But this fails with an "Unable to connect to any of the specified MySQL hosts.".
string myDBCS = "Server=192.168.100.220, 192.168.100.221, 192.168.100.222;Uid=myuser;Pwd=password;Database=testdb;port=3306;";

Any I missing something?

Larry

Viewing all articles
Browse latest Browse all 1451

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>