MySQL Forums
Forum List  »  Connector/C++

Re: Using MySql and C++
Posted by: Lawrin Novitsky
Date: October 14, 2009 10:24AM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
6692
September 25, 2009 01:15PM
Re: Using MySql and C++
2578
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.