MySQL does not support the shared-memory connections on Windows.
A. True
B. False
Answer: Option A
Solution (By Examveda Team)
In MySQL, the statement that MySQL does not support shared-memory connections on Windows is True.On Windows, MySQL uses named pipes or TCP/IP connections for client connections to the server. Shared-memory connections are not supported on Windows.
Therefore, the correct answer is Option A: True.
Join The Discussion