nerdexam
Microsoft

98-364 · Question #3

You are the database administrator for a MySQL database server. The network contains new and old (pre-4.1) clients. You configure another database server on the network. You allow the network…

The correct answer is B. Run the server with the --old-password option. See the full explanation below for the reasoning.

Question

You are the database administrator for a MySQL database server. The network contains new and old (pre-4.1) clients. You configure another database server on the network. You allow the network clients to connect to the new server. Some users complain that when they try to connect to the server, they receive the following error:

ERROR 1251: The client does not support authentication protocol requested by the server; consider upgrading MySQL client You do not want to upgrade any client or server right now, and want to enable all clients to connect to the new server successfully. Which of the following steps will you take to resolve the issue?

Options

  • ARun the server with the --secure-auth option.
  • BRun the server with the --old-password option.
  • CRun the server with the --allow-old option.
  • DRun the server with the --enable-old option.

How the community answered

(53 responses)
  • A
    4% (2)
  • B
    77% (41)
  • C
    6% (3)
  • D
    13% (7)

Community Discussion

No community discussion yet for this question.

Full 98-364 Practice