Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 342 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 342 Bytes

This showcases how to run MySQL cluster with MySQL Router

MySQL Cluster

docker compose up

Go to MySQL Shell tool

docker compose run mysqlsh bash

Connect to MySQL cluster

Symfony

DATABASE_URL="mysql://root:[email protected]:6446/app?serverVersion=8.0.37&charset=utf8mb4"