exam questions

Exam 98-364 All Questions

View all questions & answers for the 98-364 exam

Exam 98-364 topic 1 question 150 discussion

Actual exam question from Microsoft's 98-364
Question #: 150
Topic #: 1
[All 98-364 Questions]

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?

  • A. Start the server with the --disable-networking option.
  • B. Start the server with the --shared-memory option.
  • C. Start the server with the --skip-networking option.
  • D. Start the server with the --secure-auth option.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rogeriosolano
2 years, 11 months ago
Selected Answer: C
In order to accomplish this task, you will have to start the server with the –skip-networking option. This will disable the TCP/IP connections (the only type of connection that can be made by the remote clients). Answer B and D are incorrect. These options will not disable remote connections. Answer A is incorrect. No such option is available with a MySQL server.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...