Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tidb是否支持密码复杂度,登录失败锁定功能

Does TiDB support password complexity and login failure lockout features?
Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tidb是否支持密码复杂度,登录失败锁定功能
Does TiDB support password complexity and login failure lockout features?
MySQL supports it, and password complexity can be directly managed by loading a plugin. TiDB needs to improve in this area, as security requirements are becoming increasingly stringent. For environments with high security demands, possibly due to regulatory requirements, this feature could be included in the enterprise edition, haha.
Currently not supported, you can submit a complete product request.
This feature is rather redundant. What if I intentionally lock your database? How will your business system function then? Therefore, it is recommended to control access through account and password permissions.
This is an audit-related feature, which might be supported by the enterprise edition.