I would like to connect c++ and mysql any good libaries and tutorial?
http://dev.mysql.com/downloads/connector/cpp/#downloads
You should download source and compile yourself, else it wont work.
For examples/documentation:
http://dev.mysql.com/doc/refman/5.1/en/connector-cpp-examples-complete-example-2.html
tnx Krofna thats what i need