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 be distributed. The manual mentions how to go about connecting to the
database but doesn't mention about what to do for a machine that doesn't
have MySQL installed.
I assume the answer to my question is probably that you have to have
MySQL installed but I am just posting this here to be sure.
Any information at all on this topic would be appreciated!

-Tim


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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
3.23.44-nt on WinXP if that is any help.


-Tim



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php