Connecting to MariaDB
MariaDB is wire-compatible with MySQL, so PushMetrics connects to it using the same MySQL-compatible driver. To connect to a self-hosted MariaDB database, the following information will be necessary:
- Display name : A name of your choice to identify the database.
- Host : The IP address or domain pointing to your database.
- Port : The port used to connect to your database (MariaDB defaults to
3306). - Database name : The name of the database you want to connect to.
- Username & Password : Credentials with permission to query the database.

As for all database systems, the following IPs have to be whitelisted:
18.156.113.81/32
Related documentation: