InterviewSolution
Saved Bookmarks
| 1. |
The embedded server library containing the MySQL server linkable into applications is _______________(a) libmysqla(b) libmysqlb(c) libmysqlc(d) libmysqldThis question was addressed to me in class test.The doubt is from Using the Embedded Server Library in chapter MySQL Programs Using C of MySQL |
|
Answer» CORRECT choice is (d) libmysqld To elaborate: MySQL INCLUDES an EMBEDDED server library, libmysqld, containing the MySQL server in a WAY that can be linked into APPLICATIONS. This enables the production of MySQL-based standalone applications. |
|