1. MySQL下载
以下两个网址二选一
- 官网:https://downloads.mysql.com/archives/community/
- 阿里云镜像:https://mirrors.aliyun.com/mysql/?spm=a2c6h.13651104.d-5173.5.2e535dc8shSjIl
安装可以选择msi或者zip文件的方式
2. MySQL安装
方式一:mysql-installer-community安装
参考:https://blog.csdn.net/weixin_46288319/article/details/124486351
Developer Defaul
t是开发者默认Server only
仅作为服务器安装Clientonly
仅作为客户端安装Full
是完整安装Custom
是自定义安装
1、双击运行,选择Custom
2、添加MySQL Server
3、选择安装路径
之后会弹出要安装C++库,需要安装
4、next
5、execute
next
next
Development Computer
适合个人开发学习使用的Server Computer
是像主要用于像FTP,email,web服务器等等Dedicated Computer
只用作MySQL服务器
输入账号密码
next
execute
mysql8下载与安装教程(2)+https://developer.aliyun.com/article/1556763