'Building libmysqlclient on Windows

ALL,

In the past mySQL provided Connector/C source code and there was a page on the website which explained how t build it.

Now mySQL deprecated Connector/C and instead it is called libmysqlclient and it looks like both source code is not available fr download and the page with the explanation of the build is taken off the site.

So now the question is - does anybody able to download the source code and build the library?

I even tried to talk to mySQL and filed a bug about missing the source code download/documentation but it got rejected.

In the bug I got a suggestion to se Connector/C++, but I don't know how it will work, since my code is using C API and not C++.

THank you for any pointers you can provide



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source