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

Cluster Connections (1 reply)

$
0
0
Hello.

I am now using .net connector 6.6.6.0 to do a connection to a multi-master cluster. And it works quite well. So if my connection string has "Server=192.168.1.1,192.168.1.2,192.168.1.3;...", what is the logic used to decide which server is connected to first. Does it just start with the first one and see if it is available and if not try the next one? Maybe randon among the three?

Thanks.

Larry

Viewing all articles
Browse latest Browse all 1451

Trending Articles