Connector/MXJ and Connector/J work together to enable you to
        launch an instance of the mysqld server
        through the use of a keyword in the JDBC connection string.
        Deploying Connector/MXJ within a Java application can be
        automated through this method, making the deployment of
        Connector/MXJ a simple process:
      
            Download and unzip Connector/MXJ, add
            connector-mxj.jar to the
            CLASSPATH.
          
            If you are using Connector/MXJ v5.0.4 or later you will also
            need to add the
            connector-mxj-db-files.jar file to your
            CLASSPATH.
          
            To the JDBC connection string, embed the
            mxj keyword, for example:
            jdbc:mysql:mxj://localhost:.
          PORT/DBNAME
For more details, see Sección 25.5.3, “Connector/MXJ Configuration”.
Ésta es una traducción del manual de referencia de MySQL, que puede encontrarse en dev.mysql.com. El manual de referencia original de MySQL está escrito en inglés, y esta traducción no necesariamente está tan actualizada como la versión original. Para cualquier sugerencia sobre la traducción y para señalar errores de cualquier tipo, no dude en dirigirse a mysql-es@vespito.com.

