nerdexam
Oracle

1Z0-888 · Question #17

1Z0-888 Question #17: Real Exam Question with Answer & Explanation

Sign in or unlock 1Z0-888 to reveal the answer and full explanation for question #17. The question stem and answer options stay visible for context.

Security

Question

You have the following in my.cnf configuration file: [mysqld] default_authentication_plugin=sha256_password You want to create a new user who will be connecting from the IP address 192.0.2.10, and you want to use the authentication plugin that implements SHA-256 hashing for user account passwords. Which two statements would create a user named webdesign for this IP address with the password of imbatman using a SHA_256 password hash?

Options

  • ACREATE USER 'webdesign'@'192.0.2.10' IDENTIFIED AS sha256_user WITH SHA256_PASSWORD 'imbatman';
  • BCREATE USER 'webdesign'@'192.0.2.10' IDENTIFIED BY 'imbatman';
  • CCREATE USER 'webdesign'@'192.0.2.10' IDENTIFIED WITH sha256_password BY 'imbatman';
  • DCREATE USER WITH SHA256_password 'sha256_user'@'192.0.2.10' IDENTIFIED AS 'webdesign' USING 'imbatman';
  • ECREATE USER 'webdesign'@'192.0.2.10' WITH mysql_native_password USING SHA256 BY 'imbatman';
  • FCREATE USER 'webdesign'@'192.0.2.10' IDENTIFIED BY SHA256 AS 'imbatman';

Unlock 1Z0-888 to see the answer

You've previewed enough free 1Z0-888 questions. Unlock 1Z0-888 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#authentication plugins#SHA-256 hashing#CREATE USER syntax#user management
Full 1Z0-888 Practice