InterviewSolution
Saved Bookmarks
| 1. |
The server listens on a network port for TCP/IP connections unless started with the option ______________(a) –networking(b) –skip-networking(c) –skip-networks(d) –quit-networking |
|
Answer» Correct answer is (b) –skip-networking The explanation: On all the platforms the server listens on a network port for the TCP/IP connections, unless and until it is started with the –skip-networking option. The default port number is 3306. |
|