This document describes how to set the database proxy access address in the TDSQL-C for MySQL console.
The database proxy access address is independent of the original database access address. Requests proxied at the proxy address are all relayed through the proxy cluster to access the source and replica nodes of the database. Read/Write requests are separated, so that read requests are forwarded to read-only instances, which lowers the load of the source database.
Prerequisite
Directions
1. Log in to the TDSQL-C for MySQL console. In the cluster list, click the ID or Manage in the Operation column of the cluster with the proxy enabled to enter the cluster management page. 2. On the cluster management page, select the Database Proxy tab and click the icon next to Database Proxy Address on the Connection Address tab.
|
Database Proxy Address | It is independent of the original database access address. Proxied requests are all relayed through the proxy cluster to access the source and replica nodes of the database. It can be edited. |
Network | You can switch the instance's network type between classic network and VPC according to your business needs. In the classic network, instances cannot be isolated through the network but rely on their own allowlist policies to block unauthorized access. A VPC is an isolated network environment and has a higher security level. |
Remarks | It is a short description of the database proxy address for easier management. |
3. In the pop-up dialog box, modify the proxy address and click OK.
Note:
Modifying the proxy address affects the database business being accessed. We recommend you modify the address during off-peak hours. Make sure that your business has a reconnection mechanism.
Was this page helpful?