So since Saturday I am trying to setup MySQL Connector C++ with VS2012. I\'ll leave it without commentary that I had to download 1xx mb Boost libs just to run simple query f
Download mysql server from http://dev.mysql.com/downloads/mysql/. It contains libmysql.lib. After you link your project with libmysql.lib you will get error "Missing libmysql.dll" or something like that, and then you'll have to copy libmysql.dll to release folder
And I'm not sure how this will work with you but I had to download 32bit version of server.
P.S. I know about 2 weeks passed from your question but it's never too late, it might help someone.