MySQL高级 一、在Linux系统中安装MySQL服务 1. 安装MySQL镜像服务 拉去镜像 sudo docker pull mysql:8.0.30 配置dockers-compose文件 version: '3' services: mysql: image: mysq