-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jeremy Zawodny wrote:

> On Thu, Sep 11, 2003 at 10:08:18AM -0400, Luc Foisy wrote:
>
>>Are there packages for java to include a standalone mysql database?
>
>
> No.
>
>
>>Or are there plans for such?
>
>
> Last time I saw Mark discuss it, no.  There was significant overhead
> in coming up with a Java-to-embeeded-MySQL bridge.  Check the archives.
>
> But maybe Mark will chime in to tell us the situation has changed...
>
> Jeremy

Situation still hasn't changed (JNI access to libmysqld would still be
slow), but you can 'embed' the standard MySQL server pretty easily from
Java...Many people have done it...MySQL doesn't really require much of
an installer, it can be as simple as just shipping the mysqld binary and
your data along with your app and starting it with Runtime.exec()....

There's some a classe in MySQL Connector/J 3.1 which help you do just
that, 'com.mysql.jdbc.util.ServerController'. Most of it would be
applicable to Connector/J 3.0, it just was created after that branch
went stable.

Regards,

        -Mark

- --
Mr. Mark Matthews
MySQL AB, Software Development Manager, J2EE and Windows Platforms
Office: +1 708 557 2388
www.mysql.com

Are you MySQL Certified?
http://www.mysql.com/certification/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/YQ80tvXNTca6JD8RAqa3AJ0Rf83nhZTtC5X/biXL404sx24kogCeLntF
OhYXzeOQMwfWg6Znea+kibs=
=boCK
-----END PGP SIGNATURE-----


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to