Rechercher dans le manuel MySQL
A.13 MySQL 8.0 FAQ: C API, libmysql
Frequently asked questions about MySQL C API and libmysql.
- A.13.1. What is “MySQL Native C API”? What are typical benefits and use cases?
- A.13.2. Which version of libmysql should I use?
- A.13.3. What if I want to use the “NoSQL” X DevAPI?
- A.13.4. How to I download libmysql?
- A.13.5. Where is the documentation?
- A.13.6. How do I report bugs?
- A.13.7. Is it possible to compile the library myself?
A.13.1. | What is “MySQL Native C API”? What are typical benefits and use cases? |
libmysql is a C-based API that you can use in C applications to connect with the MySQL database server. It is also itself used as the foundation for drivers for standard database APIs like ODBC, Perl's DBI, and Python's DB API. | |
A.13.2. | Which version of libmysql should I use? |
For MySQL 8.0, 5.7, 5.6, and 5.5, we recommend libmysql 8.0. | |
A.13.3. | What if I want to use the “NoSQL” X DevAPI? |
For C-language and X DevApi Document Store for MySQL 8.0, we recommend MySQL Connector/C++. Connector/C++ 8.0 has compatible C headers. (This is not applicable to MySQL 5.7 or before.) | |
A.13.4. | How to I download libmysql? |
| |
A.13.5. | Where is the documentation? |
A.13.6. | How do I report bugs? |
Please report any bugs or inconsistencies you observe to our Bugs Database. Select the C API Client as shown. | |
A.13.7. | Is it possible to compile the library myself? |
Yes, you can download the libmysqlclient source code and compile it on your own. Here's an example:
Note
This example uses https://ninja-build.org/ as a build system instead of make.
|
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-faqs-c-api.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.