Learn about new MySQL releases, technical articles, events and more.
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, you can order them online.
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.
Currently supported platforms include Linux (x86), Microsoft Windows (x86), Mac OS X 10.3, and Sun Solaris (SPARC).
Please work through the getting started guide (included in the
distribution, mxj.html) to see how to install, test, and use the
software.
We suggest that you use the MD5 checksums and GnuPG signatures to verify the integrity of the packages you download.
downloads | ||||
| Source and Binaries (tar.gz) | 1.1.6 | 20.8M | Pick a mirror | |
MD5: ee0b6f69f9b77eb6f2839633ee2e3492 | ||||
| Source and Binaries (zip) | 1.1.6 | 20.9M | Pick a mirror | |
MD5: 922f07526f563f487b9a0fc3edb0c20b | ||||
