InterviewSolution
Saved Bookmarks
| 1. |
What is the embedded server library containing the MySQL server linkable into applications?(a) libmysqla(b) libmysqlb(c) libmysqlc(d) libmysqld |
|
Answer» Right choice is (d) libmysqld To explain: 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. |
|