Configuring MySQL Repository

The repository database stores all the information about connections, transformations, packages, SQL scripts, reports, and execution logging. This is where the results of ETL designer hard work is stored, and obviously, no one wants to lose it.

About

This article provides information about configuring MySQL/MariaDB Repository connection

To create new MySQL/MariaDB repository connection

  • Click Options
  • Click Plus
  • Enter a connection name
  • Set type to ODBC
  • Select/Enter ODBC DSN Name
  • Enter username and password
  • Select database name
  • Make sure that connection actually works
Repository Connection

DSN Parameters

Database

Metadata

Cursor

Debug

SSL

Misc

It is recommended to increase max_allowed_packet. The server’s default max_allowed_packet value is 1MB. You can increase this if the server needs to handle big queries (for example, if you are working with big BLOB columns). For example, to set the variable to 16MB, start the server like this: shell> mysqld –max_allowed_packet=16M You can also use an option file to set max_allowed_packet. For example, to set the size for the server to 16MB, add the following lines in an option file: [mysqld] max_allowed_packet=16M

For more technologies supported by our ETL Software see Advanced ETL Processor Versions

Confused? Ask question on our ETL Forum

Posted on August 13, 2025 • 2 min read • 238 words
www.etl-tools.com About Support Pricing Cookies Policy Term Of Use Privacy Policy License