1. Home
  2. Docs
  3. CCX
  4. How-To
  5. Database Access
  6. ProxySQL Load Balancer

ProxySQL Load Balancer

This article applies to:

  • MariaDB Cluster
  • Percona XtraDB Cluster

Accessing the database nodes from the load balancer

To connect to the database nodes via a load balancer, use the ProxySQL host and port 6033. Make sure the database cluster VPC has peered together with the application VPC. See VPC and Peering.

All database users that are created from CCX may also by default authenticate on the ProxySQL Server.

Administration of ProxySQL

ProxySQL’s administration interface listens on port 6032. To connect to the ProxySQL admin interface, use the proxysql-admin user with a mysql command-line client:

$ mysql -u'proxysql-admin' -p'proxysql-admin' -P6032 -h {ProxySQL IP address}

It is not yet possible to change the proxysql-admin password.

Was this article helpful to you? Yes No