-
The MySQL server used in its client/server architecture is _______________.
-
- mysqlc
- mysqld
- mysqlb
- mysqla
- None of these
Correct Option: B
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.