# msql+slave **Repository Path**: ggbhack/msql-slave ## Basic Information - **Project Name**: msql+slave - **Description**: 主从数据库编排 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-20 - **Last Updated**: 2024-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 部署执行 ```bash # 指定构建服务 docker-compose build --no-cache # 或 指定构建 docker-compose build --no-cache xxx # 启动服务 docker-compose up -d # 或 指定启动 docker-compose up -d xxx ``` # 主从节点 mysql 部署 添加可执行权限 ```bash docker-compose -f docker-mysql.yaml up -d chmod +x *.sh ls -l *.sh ```