Re: Using MySql and C++
You added path to libmysql to linker settings, but that doesn't help to run your program. you need either copy libmysql.dll to your working dir, or add directory where it's located to your PATH environment. btw there is copy of libmysql.dll in the "bin" dir of the server installation, so you can add that dir to the PATH. in this way you'll also be able to run easily mysql utilities from anywhere.
Subject
Views
Written By
Posted
6974
September 25, 2009 01:15PM
Re: Using MySql and C++
2660
October 14, 2009 10:24AM
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.