Skip to content

Commit

Permalink
Update system-variables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Mar 1, 2024
1 parent 38d3962 commit cfcc6b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit cfcc6b2

Please sign in to comment.