新增:《CentOS 8.2 安装 MySQL 5.7.39》(优化了侧边栏分组生成及 展开逻辑)

This commit is contained in:
2022-10-23 00:25:50 +08:00
parent 7abbebc8b3
commit 6fc91cd8b2
11 changed files with 314 additions and 19 deletions

View File

@@ -74,7 +74,7 @@ CLASSPATH=.:$JAVA_HOME/lib.tools.jar
PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME CLASSPATH PATH
# 3、重新加载环境变量
# 3、重新加载 profile 文件,使最新配置生效
source /etc/profile
```