Home » MYSQL » Connection » Question
  1. Which of these can be used in place of MYSQL_SERVER_VERSION?
    1. LIBMYSQL_VERSION_ID
    2. MYSQL_ID
    3. LIBMYSQL_VERSION
    4. MYSQL_VERSION_ID
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.