nerdexam
Oracle

1Z0-883 · Question #13

The validate_password plugin is loaded and displays the following settings in global variables: Mysql> SHOW VARIABLES LIKE validate_password%'; When attempting to set your password, you get the…

The correct answer is D. The password does not match the validate_passoword_number_count requirement. See the full explanation below for the reasoning.

Question

The validate_password plugin is loaded and displays the following settings in global variables:

Mysql> SHOW VARIABLES LIKE `validate_password%'; When attempting to set your password, you get the following error:

Mysql> SET PASSWORD = PASSWORD (`Hoverl@%'); ERROR 1819 (HY000):

Your password does not satisfy the current policy requirements What is the cause of the error?

Exhibit

1Z0-883 question #13 exhibit

Options

  • AThe password is eight characters long, but needs to exceed validate_password_length to be valid.
  • BAll of the MEDIUM password policy requirements have not been honored.
  • CThe password matches a substring Hover as a dictionary word.
  • DThe password does not match the validate_passoword_number_count requirement.
  • EThere is no dictionary file defined, so password validation cannot work as expected.

How the community answered

(18 responses)
  • A
    6% (1)
  • C
    6% (1)
  • D
    72% (13)
  • E
    17% (3)

Community Discussion

No community discussion yet for this question.

Full 1Z0-883 Practice