Question masters!
How would I go about connecting an app server to my percona xtradb cluster?
1 Like
Hello @lord125,
You connect to PXC just like any other MySQL server. Pick one PXC node to be your writer node, and the other nodes can be readers that you can load-balance between. You can look at ProxySQL for more advanced connection management.
1 Like