Vidyalelo
MySQL · Q91

MySQL

Programming · MySQL · question 91

Q91

MySQL does not support the shared-memory connections on Windows.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
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.