Rechercher dans le manuel MySQL
28.7.4.5 C API Server and Client Library Versions
The string and numeric forms of the MySQL server version are
available at compile time as the values of the
MYSQL_SERVER_VERSION
and
MYSQL_VERSION_ID
macros, and at runtime as
the values of the
mysql_get_server_info()
and
mysql_get_server_version()
functions.
The MySQL client library version depends on the type of distribution that provides the library:
For MySQL distributions, the client library version is the MySQL version. The string and numeric forms of this version are available at compile time as the values of the
MYSQL_SERVER_VERSION
andMYSQL_VERSION_ID
macros, and at runtime as the values of themysql_get_client_info()
andmysql_get_client_version()
functions.The
LIBMYSQL_VERSION
andLIBMYSQL_VERSION_ID
macros have the same values asMYSQL_SERVER_VERSION
andMYSQL_VERSION_ID
and the two sets of macros can be used interchangeably.For Connector/C distributions, the client library version is the Connector/C version. The string and numeric forms of this version are available at compile time as the values of the
LIBMYSQL_VERSION
andLIBMYSQL_VERSION_ID
macros, and at runtime as the values of themysql_get_client_info()
andmysql_get_client_version()
functions.The
MYSQL_SERVER_VERSION
andMYSQL_VERSION_ID
macros indicate the string and numeric forms of the MySQL version on which the Connector/C distribution is based.
Traduction non disponible
Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Document créé le 26/06/2006, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/mysql-rf-c-api-server-client-versions.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.