mysql-installer-community-8.0.11.0的安装详细图解

时间:2024-04-06 21:34:57

一、下载mysql-installer-community-8.0.11.0.msi(选择最大的那个下载)

去官网下载链接:https://dev.mysql.com/downloads/file/?id=479862

二、安装mysql-installer-community-8.0.11.0.msi(也可能更新了)

1.点击安装包进入安装页面,选中I accept the license terms

mysql-installer-community-8.0.11.0的安装详细图解

2.一路点击next。

mysql-installer-community-8.0.11.0的安装详细图解

mysql-installer-community-8.0.11.0的安装详细图解

3、然后点击execute,等待安装,直到出现如下界面,说明安装成功。

mysql-installer-community-8.0.11.0的安装详细图解

4、点击Next进入配置。

mysql-installer-community-8.0.11.0的安装详细图解

mysql-installer-community-8.0.11.0的安装详细图解

可能还有很多next,一路点击下去。。

5、之后进入配置密码页面。

mysql-installer-community-8.0.11.0的安装详细图解

6、继续点击Next出现如下页面。

mysql-installer-community-8.0.11.0的安装详细图解

mysql-installer-community-8.0.11.0的安装详细图解

点击Next之后点击execute直到安装成功

mysql-installer-community-8.0.11.0的安装详细图解

点击Finish.再次点击finish.

mysql-installer-community-8.0.11.0的安装详细图解

进入最后,点击execute,之后点击Finish。

mysql-installer-community-8.0.11.0的安装详细图解

mysql-installer-community-8.0.11.0的安装详细图解

7、

右键点击“我的电脑”-“属性”-“高级”-“环境变量”-“系统变量”-双击“Path”-将mysql的路径“C:\Program Files\MySQL\MySQL Server 8.0\bin”添加进去-“确定”添加完毕之后,再到DOS下进行测试:

输入mysql -u root -p

输入密码启动mysql命令行窗口

mysql-installer-community-8.0.11.0的安装详细图解

便大功告成了,之后还可以安装mysql数据库的管理工具,Navicat或SQLYog!