Can you use MySQL functionality without MySQL installed?

2002-10-16 Thread Tim Collins
Hi everyone, Basically my problem is that I want to distribute a program that uses the MySQL C API. The functions mysql_* are available in the dll which can be packaged along with the programs exe. The database that the program uses can also be rebuilt using an sql script so it does not need to

How to distribute a MySQL database?

2002-10-12 Thread Tim Collins
Hi folks, I am using the MySQL C++ API to put together a football management game. I won’t bore anyone with the implementation details, basically I would like to know how to distribute the game’s database so that an end-user does not need to have MySQL installed to run it. I am running MySQL