Skip to content

Commit

Permalink
chore:10月11日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Oct 11, 2024
1 parent 960ada7 commit fb84747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default defineConfig({
{
src: "https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"
}]

],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down
4 changes: 2 additions & 2 deletions docs/javascript/2023-11-15-docker-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-v /root/docker/mysql/data:/var/lib/mysql \
-v /root/docker/mysql/conf:/etc/mysql \
-v /etc/local/docker/mysql/conf.d:/etc/mysql/conf.d \
-e MYSQL_ROOT_PASSWORD=123456 -d mysql
-e MYSQL_ROOT_PASSWORD=M9y2512! -d mysql:8.0
```

## 创建一个无密码的容器
Expand Down Expand Up @@ -48,7 +48,7 @@ docker start mysql-container

## 查看容器日志
```
docker logs -f mysql
c
docker log mysql --tail 10 //最近10条日志记录
```

0 comments on commit fb84747

Please sign in to comment.