How to build MySQL 8.0 C API (libmysqlclient)
![](https://i0.wp.com/lefred.be/wp-content/uploads/2022/07/build_clients.png?fit=768%2C432&ssl=1)
If you write C applications that need to connect to MySQL, you can use the MySQL C API aka libmysqlclient. The MySQL C API replaces the outdated MySQL-Connector-C. If you want to use MySQL 8.0 as a Document Store with…