Home » MYSQL » Connection » Question
  1. Connections to remote servers always use TCP/IP.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

The connections to remote servers always use TCP/IP. To connect to the server running on remote.example.com using the default port number (3306) this command is used: mysql –host=remote.example.com.



Your comments will be displayed only after manual approval.