A

Admin • 831.35K Points
Coach

Q. The server listens on a network port for TCP/IP connections unless started with the option . . . . . . . .

  • (A) -networking
  • (B) NARROW
  • (C) -skip-networks
  • (D) -quit-networking
  • Correct Answer - Option(B)
  • Views: 21
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
-skip-networking: This option is used to instruct the MySQL server not to listen for TCP/IP network connections. When this option is specified during server startup, the MySQL server does not open the network port for incoming connections, effectively preventing remote clients from connecting via TCP/IP. This option is typically used in scenarios where local access to the MySQL server is sufficient, and there's no need for remote connections.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.