MySQL OCP 8.0 认证1Z0-809考试题库

来源:这里教程网 时间:2026-03-01 16:45:14 作者:

Choose the best answer.

Examine these statements and output:

mysql> GRANT PROXY ON accounting@localhost TO ' '@'%' ;

mysql> SELECT USER(), CURRENT_USER(), @@proxy_user;

Which statement is true?

A) The user failed to define a username and the connecting username defaulted to ' '@'%'.

B) The user is authorized as the rsmith@localhost user.

C) The user is authenticated as the anonymous proxy user ' '@'%'.

D) The user is logged in with --user=accounting as an option.

E) The user is authorized as the accounting@localhost user.

相关推荐