This document describes how to create a TDSQL for MySQL instance in the console.
Prerequisites
You have registered a Tencent Cloud account and completed identity verification.
To register a Tencent Cloud account:
To complete identity verification:
Directions
Billing Mode: Pay-as-you-go billing is supported.
If your business has a stable long-term demand, we recommend you select monthly subscription.
If the request volume of your business fluctuates greatly and instantaneously, we recommend you choose pay-as-you-go billing.
Region: Select the region where you want to deploy your TDSQL for MySQL instance. We recommend you use the same region as the CVM instance to be connected to. Tencent Cloud services in different regions cannot communicate with each other over the private network. The region cannot be modified after purchase.
Network: Select the network where the TDSQL for MySQL instance resides. We recommend you select the same VPC in the same region as the CVM instance to be connected to. Otherwise, the MySQL instance cannot connect to the CVM instance over the private network.
Source AZ and Replica AZ: Select different source and replica AZs to protect your database from failures and AZ outages.
Kernel Version: The MySQL 5.6 kernel does not support distributed transactions (XA). If you need this feature, select v5.7. For more information, see Overview. Project: Select a project to which the instance belongs. The default project is used.
Tag: Categorize and manage resources with tags. For more information, see Tag Overview. Instance Name: Name the instance now or later.
Supported character sets: UTF8, LATIN1, GBK, UTF8MB4, and GB18030 are supported.
Table Name Case Sensitivity: Select Case sensitive (lower_case_table_names = 0) or Case insensitive (lower_case_table_names = 1). It is an initialization parameter and cannot be modified after the database is initialized.
Enable strong sync: Strong sync (downgradable) and async are supported. For more information, see Strong Sync. For more information on billing, see Pricing. 2. After making the payment, return to the instance list. After the status of the instance changes to Running, it can be used normally.
Subsequent operations
For more information on how to connect to a TDSQL for MySQL instance at the private or public network address, see Connecting to Instances.
Was this page helpful?