InterviewSolution
Saved Bookmarks
| 1. |
What can be used as an alternative to mysqlconfig?(a) pkg-config(b) dkg-config(c) rkg-config(d) qkg-config |
|
Answer» The correct choice is (a) pkg-config Explanation: The ‘pkg-config’ statement can be used as an alternative to the ‘mysql_config’ statement for obtaining information like compiler flags or to link libraries required to compile some MySQL applications. |
|