1.

MySQL client runs on the machine containing the databases and servers connect to the client over a network.(a) True(b) FalseThis question was addressed to me in a national level competition.My query is from MySQL Setup topic in chapter General MySQL Use of MySQL

Answer»

The correct ANSWER is (B) False

For EXPLANATION: MySQL operates using a client/server ARCHITECTURE. It is the server that runs on the machine and not the client. The clients CONNECT to the MySQL server to request information from the database(s).



Discussion

No Comment Found

Related InterviewSolutions