Percona Cluster Connection
Posted: Wed 26 Oct 2016 22:43
With an older version of the connector we could use the following connection string to connect to
a Percona multi-master cluster.
Host=(192.168.100.222,192.168.100.221,192.168.100.220); Database=test; User ID=me; Password=mypass; Tiny As Boolean = true;
With this connection if one of the servers had failed the connection just failed over to the next host.
Now with the later versions this fails. Meaning if the first server is not available the connection just
fails. No more fail over.
I am testing this with version 8.3.303.0. I will try to test with the latest version.
Any thoiughts why this does not work?
Larry
a Percona multi-master cluster.
Host=(192.168.100.222,192.168.100.221,192.168.100.220); Database=test; User ID=me; Password=mypass; Tiny As Boolean = true;
With this connection if one of the servers had failed the connection just failed over to the next host.
Now with the later versions this fails. Meaning if the first server is not available the connection just
fails. No more fail over.
I am testing this with version 8.3.303.0. I will try to test with the latest version.
Any thoiughts why this does not work?
Larry