
mysql主从搭建,mycat基本使用和搭建
Docker
2023-06-09
509
0
一、 mysql主从搭建1.安装mysql拉取镜像docker pull mysql2.创建容器创建主库
docker run -p 3306:3306 -d --name mysql --pri...