Property
mysqlx
Property Name |
Type |
Description |
Required |
authentication.mechanisms |
array of string
|
|
Yes
|
client.interactive |
boolean
|
|
Yes
|
client.pwd_expire_ok |
boolean
|
|
Yes
|
compression |
MysqlxCompression
|
|
|
doc.formats |
string
|
|
Yes
|
node_type |
string
|
|
Yes
|
tls |
boolean
|
|
|
MysqlxCompression
Property Name |
Type |
Description |
Required |
algorithm |
array of string
|
|
Yes
|
↑ TopSearch Queries
SearchMySQL Servers with X Protocol Enabledproduct:"MySQL X Protocol"
{
"tls": false,
"client.pwd_expire_ok": false,
"compression": {
"algorithm": [
"deflate_stream",
"lz4_message",
"zstd_stream"
]
},
"doc.formats": "text",
"node_type": "mysql",
"client.interactive": false,
"authentication.mechanisms": [
"MYSQL41",
"SHA256_MEMORY"
]
}