MySQL Catalog#
Add a MySQL catalog to the cluster along with a standalone MySQL service.
Usage#
Module Uses Persistent Storage
This module uses named volumes to persist data. To delete these volumes, run:
minitrino remove --volumes --module ${module}
Provision the module:
minitrino provision -m mysql
Connect to the coordinator container’s Trino CLI:
minitrino exec -i 'trino-cli'
Confirm MySQL is reachable:
SHOW SCHEMAS FROM mysql;