Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions security-compatibility-with-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ aliases: ['/docs-cn/dev/reference/security/compatibility/']

除以下功能外,TiDB 支持与 MySQL 5.7 类似的安全特性。

- 仅支持 `mysql_native_password` 身份验证方案
- 仅支持 `mysql_native_password` 密码验证或证书验证登陆方案
- 不支持外部身份验证方式(如 LDAP)。
- 不支持列级别权限设置。
- 不支持密码过期,最后一次密码变更记录以及密码生存期。[#9709](https://github.com/pingcap/tidb/issues/9709)
- 不支持权限属性 `max_questions`,`max_updated`,`max_connections` 以及 `max_user_connections`。
- 不支持密码验证。[#9741](https://github.com/pingcap/tidb/issues/9741)
- 不支持透明数据加密(TDE)。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

貌似需要一个单独的 TDE 的说明文档

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/pingcap/docs-cn/pull/3325/files 安全部分有,数据加密和传输加密放一起