From 3da7b114b0fac68d14bf4bca82eaa5d639d38eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Wed, 20 Oct 2021 10:15:57 +0200 Subject: [PATCH] Add auto_socket support Related PR: https://github.com/pingcap/tidb/pull/27561 --- security-compatibility-with-mysql.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security-compatibility-with-mysql.md b/security-compatibility-with-mysql.md index 766ae1203de10..dfd0d5ea23e27 100644 --- a/security-compatibility-with-mysql.md +++ b/security-compatibility-with-mysql.md @@ -26,11 +26,12 @@ The support for TLS authentication is configured differently. For detailed infor | `mysql_native_password` | Yes | | `sha256_password` | No | | `caching_sha2_password` | Yes, since 5.2.0 | -| `auth_socket` | No | +| `auth_socket` | Yes, since 5.3.0 | | [TLS Certificates] | Yes | | LDAP | No | | PAM | No | | ed25519 (MariaDB) | No | | GSSAPI (MariaDB) | No | +| FIDO | No | [TLS Certificates]: /enable-tls-between-clients-and-servers.md