Al Giacomucci writes:
> We are developing an application for commercial distribution using a Java
> client, JDBC, and an SQL database .  It will come in 2 versions - a
> standalone single-user version that will run on a PC and multi-user version
> where the database will run on a separate server.
> 
> For the standalone version we started using an embedded Java database.  A
> number of issues are now causing me to look at MySql for both versions.  For
> MySql to work, we need to ---
> 
> 1. Install MySql "silently" along with the Java application - basically a
> one-click install.
> 
> 2. Be able to start and shutdown MySql server when the application is
> started and shut-down.
> 
> 3. No database maintenance - or able to automate whatever maintenance there
> is - preferably using a Java interface.
> 
> Can MySql do the job?  And if so, can someone point me in the right
> direction?
> 
> For example, embedded MySql appears to require a C interface - could it also
> be made to work with JDBC? What is required for a silent install?
> 
> Thanks for your insights.
> 

Hi!

All that you ask for is,  of course, possible. Only it would ask for
some additional installation scripts, which will depend a lot on the
OS to which it will install.

If you will be selling your product, you will also require MySQL
licence.

Regarding embedded server, it works with C , but it could be made
linkable in java application, with some additonal work. 

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
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

Reply via email to