MariaDB
TablePro’s MySQL plugin handles MariaDB. The driver links against MariaDB Connector/C (libmariadb), so MariaDB-specific extended metadata (for example LONGTEXT-stored JSON detection) is recognised on connect.Connect
In the connection form choose MySQL or MariaDB. Both selections route to the same plugin.Default port
Connection URL
Differences from MySQL
- Default authentication plugin is
mysql_native_password(MySQL 8.0 defaults tocaching_sha2_password). - TablePro reads MariaDB extended field attributes (
MARIADB_FIELD_ATTR_FORMAT_NAME) to detect JSON values stored in LONGTEXT columns and render them with the JSON cell editor.
