Skip to content

Commit

Permalink
更新项目依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
i-mufeng committed Jul 22, 2024
1 parent c6ea4b1 commit e884e06
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 307 deletions.
3 changes: 1 addition & 2 deletions docs/training/linux/springboot-app-launch/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,11 @@ Mysql 服务启动后,即可进行连接:`./mysql -uroot -ppassWord`

以下命令修改密码:

```sql
```mysql
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'PASSWORD';
```

## 参考资料

- [MySQL 教程 | 菜鸟教程 (runoob.com)](https://www.runoob.com/mysql/mysql-tutorial.html)
- [MySQL 8 Build Options](https://dev.mysql.com/doc/mysqld-version-reference/en/build-options.html)

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@sugarat/theme": "^0.3.6",
"@sugarat/theme": "^0.4.8",
"element-plus": "^2.7.7",
"markdown-it": "^14.1.0",
"pagefind": "^1.1.0",
"vitepress-markdown-timeline": "^1.2.1",
"vitepress-plugin-pagefind": "^0.2.14",
"vue": "^3.4.31"
"vitepress-plugin-pagefind": "^0.4.9",
"vue": "^3.4.33"
},
"directories": {
"doc": "docs"
Expand All @@ -27,7 +27,7 @@
"markdown-it-sup": "^2.0.0",
"sass": "^1.77.8",
"typescript": "^5.5.3",
"vitepress": "1.0.0-rc.34",
"vitepress": "1.3.1",
"vitepress-plugin-google-analytics": "^1.0.2"
},
"author": "沐风",
Expand Down
Loading

0 comments on commit e884e06

Please sign in to comment.