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)- A2% (1)
- B9% (4)
- C4% (2)
- D84% (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.