MySQL Forums
Forum List  »  Connector/C++

Re: Legacy C issue
Posted by: Rafal Somla
Date: March 27, 2020 03:37AM

Hi Terry,

If you want to build code that uses the C API https://dev.mysql.com/doc/refman/8.0/en/c-api.html as opposed to the new X DevAPI for C, then you can't use Connector/C++ for that. What you need is the MySQL Client Library (libmysqlclient) which is distributed as part of the MySQL Server. If you use DEB/RPM packages, there are packages which provide just the client library.

Options: ReplyQuote


Subject
Views
Written By
Posted
674
March 22, 2020 10:00AM
362
March 23, 2020 08:51AM
395
March 23, 2020 05:04PM
Re: Legacy C issue
395
March 27, 2020 03:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.