I have a MySQL NDB Cluster with the following topology:
- app node as NDB Manager
- mysql1 & mysql2 as replica nodes
And my MySQL NDB Clusterd is already running well and the replicas have also been successfully run. my question is how do I connect my application to my NDB Cluster?
Assuming you have mysql1 running both a ndbmtd process and a mysqld process you can simply start a MySQL client and connect it to any of the MySQL Servers and start using the database.