InterviewSolution
Saved Bookmarks
| 1. |
The option used to specify the socket file pathname is ______________(a) –socket(b) –pathtosocket(c) –path_socket(d) –socket_pathfile |
|
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. |
|