# mysql-cluster-innodb **Repository Path**: codes_test/mysql-cluster-innodb ## Basic Information - **Project Name**: mysql-cluster-innodb - **Description**: mysql shell docker - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-31 - **Last Updated**: 2025-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This showcases how to run MySQL cluster with MySQL Router ![MySQL Cluster](./data/mysql_clusterset.png) ```bash docker compose up ``` # Go to MySQL Shell tool ```bash docker compose run mysqlsh bash ``` # Connect to MySQL cluster ### Symfony DATABASE_URL="mysql://root:123456@127.0.0.1:6446/app?serverVersion=8.0.37&charset=utf8mb4"