Install instructions

Where do I put the files? Is it in mariaDB folder or is it for the C compiler? I'm trying to get this to work on code::blocks for windows. Kind regards!

Answer Answered by Vladislav Vaintroub in this comment.

Project->Build Options>Linker Settings. Add full path to the stub library for the DLL (I unpacked into C:\temp, so for me, the full path is C:\Temp\mariadb_client-1.0.0-win32\lib\libmariadb.lib)

it looks like mysql_library_init and mysql_library_end are not declared in the mysql.h header file. I created a bug about it (CONC-11)

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.