oldguo-MySQL 8.0 OCP 原题解析-Q33

Question 33:

Relevant MySQL Enterprise plugins are enabled on your installation. You need to prevent your users from using a specific list of passwords.
How should you implement this on your system?

A) Store values in the mysql.user_invalid_passwords table.

B) Register invalid password patterns by using the MySQL Firewall blacklist.

C) You cannot save a list of nonusable passwords in MySQL.

D) Specify the nonusable passwords via MySQL Enterprise Audit JSON filters.

E) Manually store the values in a file and use SHA-256 to check against the mysql.user table.

F) Set validate_password.dictionary_file=pass_dict.txt and store the nonusable passwords in the pass_dict.txt file in your data directory.

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容