I've a c++ application with connects to mysql database, creates table and adds some data into it using the mysql connector library.
The question is following : I would like pack my application so for using the the installation of mysql were not required. Is it possible to do at all ? If yet any hints, references are welcomed.
The application is managed c++ based.