Property
tidb
TiDB is a distributed SQL database that speaks the MySQL protocol, which means it returns the same greeting information as a MySQL server.
| Property Name | Type | Description | Required |
|---|---|---|---|
| authentication_plugin | string | ||
| capabilities | integer | ||
| error_code | integer | ||
| error_message | string | ||
| extended_server_capabilities | integer | ||
| mysql_version | string | Version of the MySQL protocol that the server is compatible with. The "version" property contains the TiDB version. | |
| protocol_version | integer | ||
| server_language | integer | ||
| server_status | integer, string | ||
| thread_id | integer | ||
| version | string |
↑ TopSearch Queries
↑ TopExample
{
"protocol_version": 10,
"version": "8.5.3",
"mysql_version": "8.0.11",
"capabilities": 61167,
"server_language": 46,
"server_status": 2,
"extended_server_capabilities": 1339,
"authentication_plugin": "mysql_native_password"
}