Known Issues with MariaDB

MariaDB Connector/J does not support the /* ping */ validation query. Artifactory uses SELECT 1 as the JDBC pool connection validation query instead.

Lightweight Ping Query

The MariaDB Connector/J does not support the special lightweight /* ping */ query. JDBC Connection Pools perform regular validity checks on connections in the pool, which use an SQL validation query.