Home » MYSQL » Mysql Basic » Question
  1. The MySQL server used in its client/server architecture is _______________.
    1. mysqlc
    2. mysqld
    3. mysqlb
    4. mysqla
    5. 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.



Your comments will be displayed only after manual approval.