QuestionQ63

Installation and Configuration

How can mysql_multi be configured so MySQL instances can use the same port number?

  • A The instances use different user accounts unique to each instance.
  • B The instances listen on different IP addresses.
  • C The instances use different socket names.
  • D The instances have appropriate net masks set.
Explanation

Multiple MySQL instances may share a TCP/IP port when each instance is bound to a different network address through bind_address. MySQL documentation specifically identifies separate network addresses as the alternative to assigning a distinct TCP/IP port to every instance.

Learn more

Community Discussion

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