is it possible to connect to mysql database and invoke queries using C ++?
I found sample code from the internet, but they all use mysql! so you need to install mysql on your computer first.
I want to use a program from different places where I do not have mysql to access the remote mysql database.
is it possible?
source
share