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.

你可能感兴趣的:(oldguo-MySQL 8.0 OCP 原题解析-Q33)