第一版教程完成

This commit is contained in:
2024-06-20 17:59:30 +08:00
parent dfccfc7d98
commit 22856bb022
34 changed files with 189 additions and 4 deletions
+189 -1
View File
@@ -2,4 +2,192 @@
## 前言
终于是到了期末了
终于是到了期末了,也是到了咱实训的两周了😍
可是实训第一节课就给我无语住了,居然要用mySQL和GUI🤬
这两个之前上Java课的时候也没教过咱啊😨
关键是,课上老师教的安装的方法出现的问题很多😭
导致好多同学都没有安装上🤣
所以,特意在此写一份文字版的安装教程😎
这是我自己看网上的攻略再加上自己摸索出的一套成功率较高的方法🤯
请叫我hero😭🕶️👌
## 准备工作
### 1.下载资源
首先下载我放在网盘里的资源(不限速哦)
如果要你登录就拿手机号验证码注册一个
[点这里下载](https://www.123pan.com/s/jgn1jv-cMHhv.html)
点击“浏览器下载”
![下载界面如图](readmeImage\下载.png)
### 2.解压
右键下载好的文件
选择全部解压缩
<img src="readmeImage\解压1.png" style="zoom:50%;" alt="解压示例1"/>
右键单击提取,系统会在解压完毕后自动弹出解压好的内容
<img src="readmeImage/解压2.png" alt="解压示例2" style="zoom:50%;" />
### 3.安装运行库
有些同学的问题是到某一步骤时弹出缺少dll错误
我在课上帮助同学的时候也找到了解决方法
双击打开解压好的微软常用库合集.exe安装
<img src="readmeImage/运行库.png" alt="运行库" style="zoom:50%;" />
一路下一步
<img src="readmeImage/安装运行库.png" alt="安装运行库示例" style="zoom:50%;" />
## 正式安装
上面的准备工作完成后,双击打开下载好的MySQL安装包.msi
<img src="readmeImage/MySQL安装包.png" alt="mysql安装包" style="zoom:50%;" />
### 第一个“不能直接下一步”
等它出现这个界面的时候选择"Full",然后按"Next"下一步
<img src="readmeImage/正式安装1.png" alt="正式安装1" style="zoom:50%;" />
点击"Execute",下一步,等待安装
<img src="readmeImage/正式安装2.png" alt="正式安装2" style="zoom:50%;" />
下一步
<img src="readmeImage/正式安装3.png" alt="正式安装3" style="zoom:50%;" />
下一步
<img src="readmeImage/正式安装4.png" alt="正式安装4" style="zoom:50%;" />
下一步
<img src="readmeImage/正式安装5.png" alt="正式安装5" style="zoom:50%;" />
下一步
<img src="readmeImage/正式安装6.png" alt="正式安装6" style="zoom:50%;" />
### 第二个"不能直接下一步"
在这里设置一个你能记住的密码(一定要记住,数据库改密码可难了)
上下两个文本框输入两遍
<img src="readmeImage/正式安装7.png" alt="正式安装7" style="zoom:50%;" />
这里以1234为例
<img src="readmeImage/正式安装8.png" alt="正式安装8" style="zoom:50%;" />
下一步
<img src="readmeImage/正式安装9.png" alt="正式安装9" style="zoom:50%;" />
下一步
<img src="readmeImage/正式安装10.png" alt="正式安装10" style="zoom:50%;" />
点击"Execute",下一步
<img src="readmeImage/正式安装11.png" alt="正式安装11" style="zoom:50%;" />
点击"finish",下一步
<img src="readmeImage/正式安装12.png" alt="正式安装12" style="zoom:50%;" />
下一步
<img src="readmeImage/正式安装13.png" alt="正式安装13" style="zoom:50%;" />
点击"finish",下一步
<img src="readmeImage/正式安装13.png" alt="正式安装13" style="zoom:50%;" />
下一步
<img src="readmeImage/正式安装15.png" alt="正式安装15" style="zoom:50%;" />
### 第三个“不能直接下一步”
在这里输入你设置的密码,然后按"check"
<img src="readmeImage/正式安装16.png" alt="正式安装17" style="zoom:50%;" />
如果通过,这里会变成绿色,然后下一步
<img src="readmeImage/正式安装17.png" alt="正式安装17" style="zoom:50%;" />
点击"Execute",下一步
<img src="readmeImage/正式安装18.png" alt="正式安装18" style="zoom:50%;" />
等待完成,点击"finish",下一步
<img src="readmeImage/正式安装19.png" alt="正式安装19" style="zoom:50%;" />
下一步
<img src="readmeImage/正式安装20.png" alt="正式安装20" style="zoom:50%;" />
点击"finish",安装完毕
<img src="readmeImage/正式安装21.png" alt="正式安装22" style="zoom:50%;" />
安装完毕
## 配置环境变量
win+r,输入SystemPropertiesAdvanced回车
点击环境变量
<img src="readmeImage/编辑环境变量1.png" alt="编辑环境变量1" style="zoom:50%;"/>
编辑path变量
<img src="readmeImage/编辑环境变量2.png" alt="编辑环境变量2" />
点击新建
<img src="readmeImage/编辑环境变量3.png" alt="编辑环境变量3" style="zoom:50%;"/>
粘贴
`C:\Program Files\MySQL\MySQL Server 8.0\bin`
### MySQL安装完成
## 安装SQLyog(拓展)
双击解压好的SQLyog免费版.exe
一路下一步安装即可
<img src="readmeImage\SQLyog免费版.png" alt="SQLyog免费版" style="zoom:50%;" />
## 求star,求赞赏
制作不易,点个star呗,球球了🥹☕
<img src="readmeImage/收款码.jpg" alt="收款码" style="zoom:33%;" />
Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

-3
View File
@@ -1,3 +0,0 @@
@echo off
setx PATH "%PATH%;C:\Program Files\MySQL\MySQL Server 8.0\bin\"
setx PATH "%PATH%;C:\Program Files\MySQL\MySQL Server 8.0\bin\"