I am using a setup of mysql cluster that has the following 5 servers involved.
ClusterControl Server
Managment
Data Node
SQL Node
SQL Node
When I connect to each server and use "ps aux | grep mysql" command I can see mysql is running. But how do I connect to the cluster using my php application?
ClusterControl Server
Managment
Data Node
SQL Node
SQL Node
When I connect to each server and use "ps aux | grep mysql" command I can see mysql is running. But how do I connect to the cluster using my php application?