1.

Which option is supplied to ensure TCP/IP connection to local server?(a) –localhost(b) –host(c) –hostlocal(d) –connectlocalThe question was posed to me in an international level competition.This question is from Connecting to the Server topic in division MySQL Programs Using C of MySQL

Answer»

Correct option is (b) –host

To EXPLAIN I would say: In order to ENSURE that the client MAKES a TCP/IP connection to the local SERVER, the ‘–host’ or ‘-H’ option is used to specify a host name value of 127.0.0.1 or the IP address of the local server.



Discussion

No Comment Found

Related InterviewSolutions