Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料)-第1题

1、Choose the best answer.

Examine these statements and output:

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

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

Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料)-第1题

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.

Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料)-第1题

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2021-12-12
  • 2021-12-12
  • 2022-12-23
  • 2021-12-12
猜你喜欢
  • 2021-12-12
  • 2021-12-18
  • 2021-12-12
  • 2021-12-13
  • 2022-12-23
  • 2021-12-18
  • 2021-12-16
相关资源
相似解决方案