| CARVIEW |
The world's most popular open source database
Related pages:
Download Connector/MXJ 1.1
NOTE: By downloading the software from this page, you acknowledge that the software available from here is licensed under the GPL. We advise that you review the GPL before downloading.
If you need commercial, non-GPL, licenses, contact a MySQL Representative.
Support, training, and certification are also available.
MySQL Connector/MXJ is a Java utility package for deploying and managing a MySQL database. Connector/MXJ may be bundled with an existing Java application as a "plain old Java object" (POJO), as a Connector/J socket factory, or as a JMX MBean.
Deploying and using MySQL from Connector/MXJ can be as easy as adding an additional parameter to the JDBC connection url, which will result in the database being started when the first connection is made. This makes it easy for Java developers to deploy applications which require a database by reducing installation barriers for their end-users.
MySQL Connector/MXJ makes the MySQL database appear to be a java-based component. It does this by determining what platform the system is running on, selecting the appropriate binary, and launching the executable. It will also optionally deploy an initial database, with any specified parameters.
As a JMX MBean, MySQL Connector/MXJ requires a JMX v1.2 compliant MBean container, such as JBoss version 4. The MBean will uses the standard JMX management APIs to present (and allow the setting of) parameters which are appropriate for that platform.
Known Bugs
Currently supported platforms include Linux (x86), Microsoft Windows (x86), Mac OS X 10.3, and Sun Solaris (SPARC).
Documentation
Please work through the getting started guide (included in the
distribution, mxj.html) to see how to install, test, and use the
software.
Downloads
We suggest that you use the MD5 checksums and GnuPG signatures to verify the integrity of the packages you download.


