笔者这篇博文花了好多的时间,如果大家觉得要用处,请留下您宝贵的小星星吧!,以此鼓励笔者写更多博文!谢谢大家的支持!

开发环境:

主机:Windows10

MySQL:mysql-installer-community-8.0.15.0.msi

下载地址:​​https://dev.mysql.com/downloads/windows/​

第一步:下载安装包

《数据库  MySQL》第1章 Windows下MYSQL安装_安装包

图1

最新的安装包是MySQL Installer 8.0.15。

《数据库  MySQL》第1章 Windows下MYSQL安装_mysql_02

图2

《数据库  MySQL》第1章 Windows下MYSQL安装_数据库_03

图3

【注】MySQL有两个版本。一个是在线安装,还有一个直接下载下来,笔者选择的是第二种。

第二步:安装

双击mysql-installer-community-8.0.15.0.msi即可进行安装

1.同意许可声明,点击【Next】。

《数据库  MySQL》第1章 Windows下MYSQL安装_安装包_04

图4

2.选择默认的安装就可以了,点击【Next】。

《数据库  MySQL》第1章 Windows下MYSQL安装_远程连接_05

图5

3.选择安装的工具

《数据库  MySQL》第1章 Windows下MYSQL安装_数据库_06

图6

《数据库  MySQL》第1章 Windows下MYSQL安装_远程连接_07

图7

4.开始安装软件包

《数据库  MySQL》第1章 Windows下MYSQL安装_mysql_08

图8

解压完成之后,点击【Next】正式安装。

《数据库  MySQL》第1章 Windows下MYSQL安装_安装包_09

图9

《数据库  MySQL》第1章 Windows下MYSQL安装_数据库_10

图10

《数据库  MySQL》第1章 Windows下MYSQL安装_mysql_11

图11

《数据库  MySQL》第1章 Windows下MYSQL安装_数据库_12

图12

《数据库  MySQL》第1章 Windows下MYSQL安装_安装包_13

图13

《数据库  MySQL》第1章 Windows下MYSQL安装_远程连接_14

图14

《数据库  MySQL》第1章 Windows下MYSQL安装_数据库_15

图15

《数据库  MySQL》第1章 Windows下MYSQL安装_数据库_16

图16

《数据库  MySQL》第1章 Windows下MYSQL安装_安装包_17

图17

《数据库  MySQL》第1章 Windows下MYSQL安装_远程连接_18

图18

《数据库  MySQL》第1章 Windows下MYSQL安装_mysql_19

图19

《数据库  MySQL》第1章 Windows下MYSQL安装_mysql_20

图20

《数据库  MySQL》第1章 Windows下MYSQL安装_数据库_21

图21

《数据库  MySQL》第1章 Windows下MYSQL安装_MYSQL_22

图22

《数据库  MySQL》第1章 Windows下MYSQL安装_MYSQL_23

图23

《数据库  MySQL》第1章 Windows下MYSQL安装_安装包_24

图24

《数据库  MySQL》第1章 Windows下MYSQL安装_远程连接_25

图25

不出意外就安装成功了。

《数据库  MySQL》第1章 Windows下MYSQL安装_mysql_26

图26

双击运行之前下载的安装包,能看到我们所安装的产品。

《数据库  MySQL》第1章 Windows下MYSQL安装_mysql_27

图27

5.配置mysql环境变量

上面安装的是时候我们看到mysql默认安装路径是:C:\Program Files\MySQL\MySQL Server 8.0

点击【我的电脑】右键—>【属性】->【高级系统设置】->【环境变量】->【用户变量】,找到path编辑:输入C:\Program Files\MySQL\MySQL Server 8.0\bin

【注】具体路径根据安装路径决定。

《数据库  MySQL》第1章 Windows下MYSQL安装_远程连接_28

图28

打开cmd输入mysql -u root -p

输入root的密码

《数据库  MySQL》第1章 Windows下MYSQL安装_MYSQL_29

表示安装成功。

6.远程登陆

使用Navicat Premium 12远程连接。也可使用workbench工具。

【注】关于Navicat Premium 12的安装请参考笔者的博文

点击进入

《数据库  MySQL》第1章 Windows下MYSQL安装_安装包_30

图29

《数据库  MySQL》第1章 Windows下MYSQL安装_安装包_31

图30 表示远程连接成功。