build: add mysql to databases in trino too (more catalogs!)

This commit is contained in:
Will Montgomery
2025-05-24 16:12:30 -04:00
parent bd6b455b69
commit 174b635ae9
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
connector.name=mysql
connection-url=jdbc:mysql://mysql8:3306
connection-user=root
connection-password=example

View File

@@ -102,6 +102,7 @@ services:
- ./dev/docker_trino/catalog:/etc/trino/catalog
depends_on:
- psql
- mysql8
psql:
image: postgres:9.6
environment: