QuestionQ6

Installation and Configuration

Your MySQL server runs on the Microsoft Windows platform.

Which three local connection protocols are available?

Choose three
  • A named pipes
  • B shared memory
  • C SOCKET
  • D X Protocol
  • E UDP
  • F TCP/IP
Explanation

On Windows, MySQL supports TCP/IP connections as well as the Windows-specific named-pipe and shared-memory transports. Unix socket-file transport is not available on Windows, and UDP is not a MySQL client connection transport. MySQL Reference Manual: Connection Transport Protocols

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!