InterviewSolution
Saved Bookmarks
| 1. |
The option used to specify the socket file pathname is ______________(a) –socket(b) –pathtosocket(c) –path_socket(d) –socket_pathfileThe question was asked during an online interview.The question is from Controlling How the Server Listens for Connections topic in portion General MySQL Administration of MySQL |
|
Answer» CORRECT option is (a) –SOCKET Explanation: The default socket file usually is ‘/tmp/mysql.sock’. OPERATING system distributions that include MySQL often use a DIFFERENT LOCATION. The –socket option is used to specify explicitly. |
|