From cfcc6b2477070dfe846012475b1e5e40d89f2b43 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Fri, 1 Mar 2024 14:47:16 +0800 Subject: [PATCH] Update system-variables.md --- system-variables.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/system-variables.md b/system-variables.md index fd2fd32f5c53e..53bc821d16a3b 100644 --- a/system-variables.md +++ b/system-variables.md @@ -224,12 +224,7 @@ mysql> SELECT * FROM t1; - Persists to cluster: Yes - Type: Enumeration - Default value: `mysql_native_password` -<<<<<<< HEAD - Possible values: `mysql_native_password`, `caching_sha2_password`, `tidb_sm3_password`, and `tidb_auth_token` -- The `tidb_auth_token` authentication method is used only for the internal operation of TiDB Cloud. **DO NOT** set the variable to this value. -======= -- Possible values: `mysql_native_password`, `caching_sha2_password`, `tidb_sm3_password`, `tidb_auth_token`, `authentication_ldap_sasl`, and `authentication_ldap_simple`. ->>>>>>> de815dc10d (Add description for `tidb_auth_token` authentication (#15979)) - This variable sets the authentication method that the server advertises when the server-client connection is being established. - To authenticate using the `tidb_sm3_password` method, you can connect to TiDB using [TiDB-JDBC](https://github.com/pingcap/mysql-connector-j/tree/release/8.0-sm3).