Microsoft
98-364 · Question #14
You are the database administrator of a MySQL server that runs on a Windows server. All clients are local clients. For security, you want to disable connections from the remote clients. Which of the…
The correct answer is C. Start the server with the --skip-networking option. See the full explanation below for the reasoning.
Question
You are the database administrator of a MySQL server that runs on a Windows server. All clients are local clients. For security, you want to disable connections from the remote clients. Which of the following steps will you take to accomplish the task?
Options
- AStart the server with the --disable-networking option.
- BStart the server with the --shared-memory option.
- CStart the server with the --skip-networking option.
- DStart the server with the --secure-auth option.
How the community answered
(45 responses)- A9% (4)
- B4% (2)
- C84% (38)
- D2% (1)
Community Discussion
No community discussion yet for this question.