nerdexam
Oracle

1Z0-873 · Question #2

Which mysqld command line option disables incoming TCP/IP connections?

The correct answer is D. --skip-networking. To prevent remote clients from connecting at all, disable TCP/IP connections by starting the server with the --skip-networking option.

JDBC

Question

Which mysqld command line option disables incoming TCP/IP connections?

Options

  • A--shared-memory
  • B--memlock
  • C--no-networking
  • D--skip-networking

How the community answered

(45 responses)
  • A
    2% (1)
  • B
    9% (4)
  • C
    4% (2)
  • D
    84% (38)

Explanation

To prevent remote clients from connecting at all, disable TCP/IP connections by starting the server with the --skip-networking option.

Topics

#MySQL#TCP/IP#networking#command line options

Community Discussion

No community discussion yet for this question.

Full 1Z0-873 Practice