-
MySQL client runs on the machine containing the databases and servers connect to the client over a network.
-
- False
- True
- NA
- NA
- NA
Correct Option: A
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).