InterviewSolution
Saved Bookmarks
| 1. |
The MySQL server used in its client/server architecture is _______________(a) mysqla(b) mysqlb(c) mysqlc(d) mysqld |
|
Answer» Right option is (d) mysqld Best explanation: mysqld is the MySQL server program. It serves the incoming client requests by accessing the database. The others are not valid MySQL programs. MySQL implements a client/server architecture wherein mysqld is the server program. |
|