Ikhtisar
Keunggulan
Kasus Penggunaan
Database Architecture
Kebijakan Isolasi Sumber Daya
Database Instance
Ketersediaan Tinggi (Beberapa AZ)
Wilayah dan AZ
var\\_name includes:Variable | Description |
character_set_server | Default character set of the server |
connect_timeout | Connection timeout period |
long_query_time | A query that takes longer than this time is a slow query. |
max_allowed_packet | Maximum packet length |
max_connections | Maximum number of connections |
sql_mode | Current SQL mode of the server |
table_open_cache | Number of tables opened by all threads. Increasing this value will increase the number of file descriptors that mysqld is requested to open. |
wait_timeout | Non-interactive connection timeout period |
event_scheduler parameter to ON.wait_timeout parameter.group_concat_max_len parameter in TencentDB for MySQL?group_concat_max_len parameter.log_queries_not_using_indexes parameter to ON in Parameter Settings in the TencentDB for MySQL console. We recommend that you only enable this parameter for a short period of time.show collation command to view the collation.
Sample:show collation where charset ='utf8mb4';
Collation Option | Description |
_CS | Case-sensitive. |
_CI | Case-insensitive. |
_AS | Accent-sensitive. This option indicates that the sorting will be accent-sensitive; for example, "a" and "ấ" are different characters. |
_AI | Accent-insensitive. |
_BIN | Binary. |
Instance Character Set Suffix | Description |
_CI_AI | Case-insensitive and accent-insensitive |
_CI_AS | Case-insensitive and accent-sensitive |
_CS_AI | Case-sensitive and accent-insensitive |
_CS_AS | Case-sensitive and accent-sensitive |
lower_case_table_names parameter failed to be modified?lower_case_table_names parameter in the TencentDB for MySQL console. If it is set to 1, the case-insensitive mode is enabled. Pay attention to the following when modifying the parameter:select table_schema,table_name from information_schema.tables where table_schema not in("mysql","information_schema") and (md5(table_name)<>md5(lower(table_name)) or md5(table_schema)<>md5(lower(table_schema)));
select SCHEMA_NAME from information_schema.SCHEMATA where md5(SCHEMA_NAME)<>md5(lower(SCHEMA_NAME));
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan