Skip to content

Commit

Permalink
Update docker-mysql.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YiRanCN committed Aug 8, 2023
1 parent 11bc631 commit d37c468
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/study/docker/docker-mysql.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
```shell
# 如果还没安装docker服务的话(centos)
yum install docker
# 如果还没启动docker服务的话
systemctl start docker
#
docker pull mysql:8.0.33
# 纯粹学习使用
Expand All @@ -25,4 +29,4 @@ flush privileges;

docker stop mysql-study
docker rm mysql-study
```
```

0 comments on commit d37c468

Please sign in to comment.