Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or use MindsDB Cloud.
- To connect MariaDB to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to MariaDB.
Implementation
This handler is implemented usingmysql-connector
, a self-contained Python driver for communicating with MariaDB servers.
Connect MariaDB to MindsDB by providing the URL parameter. Learn more here.