InterviewSolution
Saved Bookmarks
| 1. |
The embedded server library containing the MySQL server linkable into applications is _______________(a) libmysqla(b) libmysqlb(c) libmysqlc(d) libmysqld |
|
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. |
|