美文网首页
oldguo-MySQL 8.0 OCP 原题解析-Q33

oldguo-MySQL 8.0 OCP 原题解析-Q33

作者: MySQL_oldguo | 来源:发表于2021-10-08 12:56 被阅读0次

    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

          本文链接:https://www.haomeiwen.com/subject/dpqbjltx.html