Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section contains information that is specific to the database type MySQL and its open-source variant MariaDB. If using with MariaDB, you can just select MySQL from the Database profile and it will be compatible.

Supported Functions

 The MySQL and MariaDB database can be used with:

...

Warning
titleWarning!

SQL Loader Agent does not support MariaDB.

Properties

When selecting the MySQL database type, you can configure the following property using the Properties tab in the Database profile:

mysql.connectionpool.maxlimit

Preparations

The MySQL driver has to be downloaded to the Platform in order to connect to a MySQL or MariaDB database from.

...

  1. Go to the MySQL web page and download Connector/J from MySQL Connectors:
    https://dev.mysql.com/downloads/connector/j/

    Note
    titleNote!

    For supported versions, see /wiki/spaces/3PP/pages/1671601 Database Types.

    You may have to disable any popup blockers you have activated in order to find it.


  2. Place the downloaded jar file in the $MZ_HOME/3pp directory.

  3. Restart the Platform and EC/ECSAs for the change to take effect.

...