This document describes how to modify parameters and view parameter modifications in the console.
Notes
Modifying one parameter
- Log in to the TDSQL-C for MySQL console, find the target cluster in the cluster list, and click the cluster ID to enter the cluster management page.
- On the cluster management page, click the Parameter Settings tab, select the target instance ID (global parameters can be modified only on a read-write instance and will take effect for the entire cluster once configured, while session parameters can be set in individual instances).
Note:
TDSQL-C for MySQL provides the Global Parameters field to help you quickly distinguish between parameters that take effect for the entire cluster and that can be set separately for different instances. Once configured, values of global parameters will take effect for all instances in the cluster, while values of session parameters will only apply to the target instance and can be synced to other instances.
- Find the target parameter in the parameter list and click
in the Current Value column.
Note:
You can quickly find the target parameter in the search box on the right of the Parameter Settings tab.

- Enter the target parameter value as prompted in the Acceptable Values column and click
to save the change. You can also click
to discard the change.
Note:
If the
icon is displayed before a parameter value, the parameter supports two value types: integer and formula. After the parameter is set based on a formula, the value will change automatically along with specifications such as CPU and memory (you can only modify numeric variables in a formula; for more information, see Parameter Formula).


- Click
. In the pop-up window, confirm that everything is correct, set Execution Time, and click OK.
Execution Time:
Batch modifying parameters
- Log in to the TDSQL-C for MySQL console, find the target cluster in the cluster list, and click the cluster ID to enter the cluster management page.
- On the cluster management page, click the Parameter Settings tab, select the target instance ID (global parameters can be modified only on a read-write instance and will take effect for the entire cluster once configured, while session parameters can be set in individual instances).

- Click Modify Parameters.
- Find the target parameters and modify their values in the Current Value column. After confirming that everything is correct, click OK.

- In the pop-up window, the system will ask you whether to restart the database instance. If there are session parameters involved, you can choose whether to sync them to other instances. After confirming that everything is correct, select Execute now or During maintenance time and click OK.

Modifying parameters by importing a parameter template
- Log in to the TDSQL-C for MySQL console, find the target cluster in the cluster list, and click the cluster ID to enter the cluster management page.
- On the cluster management page, click the Parameter Settings tab, select the target instance ID, and click Import from Template.

- In the pop-up window, select a parameter template and click OK.
- After confirming that everything is correct, click OK in the top-left corner.
- In the pop-up window, the system will ask you whether to restart the database instance. If there are session parameters involved, you can choose whether to sync them to other instances. After confirming that everything is correct, select Execute now or During maintenance time and click OK.
Modifying parameters by importing a parameter configuration file
Note:
You cannot import formulas from a parameter configuration file.
- Log in to the TDSQL-C for MySQL console, find the target cluster in the cluster list, and click the cluster ID to enter the cluster management page.
- On the cluster management page, click the Parameter Settings tab, select the target instance ID, and click Import Parameters.

- In the pop-up window, select the file to be uploaded and click Import and Overwrite Original Parameters.

- After confirming that everything is correct, click OK in the top-left corner.
- In the pop-up window, the system will ask you whether to restart the database instance. If there are session parameters involved, you can choose whether to sync them to other instances. After confirming that everything is correct, select Execute now or During maintenance time and click OK.
Exporting the parameter configuration as a file
Note:
Currently, when you export a parameter configuration file, formula-based parameter values will be automatically converted into integer values for export.
- Log in to the TDSQL-C for MySQL console, find the target cluster in the cluster list, and click the cluster ID to enter the cluster management page.
- On the cluster management page, click the Parameter Settings tab, select the target instance ID, click Export Parameters, and the exported file will be directly saved to the local file system.

Querying parameter modifications
- Log in to the TDSQL-C for MySQL console, find the target cluster in the cluster list, and click the cluster ID to enter the cluster management page.
- On the cluster management page, select the Parameter Settings tab and click Recent Modifications on the right.

- On the page redirected to, you can select the target instance ID on the right to view the following fields of parameter modifications: Parameter Name, Original Value, New Value, Modification Status, and Modification Time.

Was this page helpful?