Which of these can be used in place of MYSQL_SERVER_VERSION?
(a) LIBMYSQL_VERSION
(b) LIBMYSQL_VERSION_ID
(c) MYSQL_VERSION_ID
(d) MYSQL_ID
(a) LIBMYSQL_VERSION
(b) LIBMYSQL_VERSION_ID
(c) MYSQL_VERSION_ID
(d) MYSQL_ID
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is (a) LIBMYSQL_VERSION
Easiest explanation: The macros ‘LIBMYSQL_VERSION’ and ‘LIBMYSQL_VERSION_ID’ have the same values as ‘MYSQL_SERVER_VERSION’ and ‘MYSQL_VERSION_ID’ and the two sets of macros can be used in place of each other.