动力节点Java培训 发表于 2021-10-13 11:37:15

2021最新MySQL安装设置教程,mysql数据库安装常见问题汇总

学习MySQL数据库的第一步固然就是安装mysql,也上网搜索了以下mysql教程,但是发现如今MySQL安装和之前的不一样了,而网上都是旧版的安装教程,所以本日就分享一篇最新的MySQL安装教程。
跟着安装步骤走,不会错!!!
首先,要是之前MySQL安装失败了的朋友先卸载干净,包括C盘内里的一些MySQL文件全部删掉。
固然假如觉得看完文章还是装不明白的,mysql视频教程我也给各人准备好了,直接看老杜讲的mysql,详细讲了如何下载安装MySQL数据库,而且包括MySQL系统特性,MySQL初学基础,MySQL管理工具等等知识,通过这套mysql视频教程就可掌握MySQL全套知识了。
https://www.bilibili.com/video/BV1fx411X7BD
下载MySQL

MySQL官网地址:https://www.mysql.com/
https://p3.toutiaoimg.com/large/pgc-image/2a26f17980c346a9b9398d4424622812
然后下拉
https://p9.toutiaoimg.com/large/pgc-image/c9e9bf554abd46b38dd230692b7d54c7
点进去
https://p6.toutiaoimg.com/large/pgc-image/a614b880483347a0b57f168e2cf32d86
点进去
https://p9.toutiaoimg.com/large/pgc-image/5e29295d30c544c29750c6b452076906
假如你想要下载别的版本,点击
https://p26.toutiaoimg.com/large/pgc-image/6fcf4abdb16240b0a8df6b6757ff1b7b
选择你想要下载的MySQL版本
https://p26.toutiaoimg.com/large/pgc-image/d8c5e1d243194f2dac29d086cd58fb28
假如你嫌麻烦,我们直接有mysql安装包,点这里!
http://www.bjpowernode.com/tool/7.html
安装MySQL

1. 进入安装页面
https://p9.toutiaoimg.com/large/pgc-image/03116be3b3a34114abc7f6b90d2ccc3e
2. 设置是否查抄更新
https://p26.toutiaoimg.com/large/pgc-image/6a716ebc48dc483883a428d9b7b3e3a6
在这里我选择的是跳过查抄更新。同时我也不建议选择更新,由于不同版本之间存在差异和兼容性题目。
3. 选择安装类型
https://p26.toutiaoimg.com/large/pgc-image/67d2f1bc62d8427f865413efd4300ea8
假如你仅仅是使用MySQL作为存储,那么Server only这一个组件就完全满足需求了。
4. 查抄安装要求
https://p5.toutiaoimg.com/large/pgc-image/2ceb373ef817439181b7c35c7a7a6753
这一步直接点击Next下一步即可。
5. 安装MySQL软件
https://p6.toutiaoimg.com/large/pgc-image/8bf6bc8736b647309cb94131663418ff
这一步直接点击Next下一步即可。
6. 配置信息
https://p6.toutiaoimg.com/large/pgc-image/6a29b2d97519437a90afe4e4304e2fb3

[*]Config Type:表现你是在什么机器上安装的MySQL 是在开发电脑或者是服务器上的。我选择的开发电脑。
[*]Port Number:服务器的端口号,默认3306。
[*]Show Advanced Options:显示高级的配置选项。这个记得打钩,后续需要配置MySQL密码。
7. 高级选项
(1)设置密码
https://p6.toutiaoimg.com/large/pgc-image/90fd2f063ac147f2925ff26e0fecbacd
在之前设置密码只需要3位即可,如今不行了,所以我设置了6位。上图中Next之所以为灰色就是由于密码设置的太简单造成的。
也可以添加用户,在此我没有做添加。
这里有个坑需要留意一下,假如你之前装过MySQL,然后你设置了Current Root Password密码,就会在末了一步安装的时候出现错误。关于错误的解决方案,请见本文 — 四、安装中遇到的题目。
(2)设置服务名称以及启动
https://p26.toutiaoimg.com/large/pgc-image/2e712dd95e294c9f8aedb68d7eb80b7b
(3)设置日志路径
https://p6.toutiaoimg.com/large/pgc-image/55f401a6b2f143229acda9a10f60c8a9
8 安装成功
https://p26.toutiaoimg.com/large/pgc-image/7c231fa3e3b2410083953f631e0a5d18
点击执行安装
后面直接点击Next然后Finsh就安装完成了!
启动MySQL服务

(1) 找到MySQL安装目录的bin目录
https://p3.toutiaoimg.com/large/pgc-image/a03ce945d0834283b62e09653faf48ea
找到mysqld.exe文件双击运行。
(2) 在使命管理器中找到MySQL服务
https://p9.toutiaoimg.com/large/pgc-image/a7122610aeeb4f1dbc5aa6246255cd5e
这说明MySQL已经安装成功而且运行了!
(3) 使用 Navicat 连接MySQL
https://p26.toutiaoimg.com/large/pgc-image/e439c0059a8343518a43e2a42a9eab18
这个密码就是在高级选项中设置的MySQL Root Password密码。
mysql安装中遇到的题目

1. 错误信息
错误信息:Unable to update security settings. Access denied for user ‘root’@‘localhost’
https://p3.toutiaoimg.com/large/pgc-image/ebc5eb1f6e2e4efba821037f17731ad4
2. 原因
在之前装过MySQL,但是没有卸载干净,导致之前安装的注册信息还在。
3. 解决
在高级配置信息中不要设置Current Root Password即可。
以上MySQL也就下载安装完了,假如对你有帮助记得关注点赞收藏哦!
https://p26.toutiaoimg.com/large/pgc-image/461ebc9bed68423fb8f6681c2386b237

吴云良1 发表于 2021-10-18 11:51:29

转发了

吴云良1 发表于 2021-10-18 11:42:35

转发了

淡泊蓝天白云www 发表于 2021-10-18 12:23:08

转发了

临川吴彦祖 发表于 2021-10-18 10:10:46

转发了

mq31508237 发表于 2021-10-18 13:34:21

转发了

非凡晚风F5 发表于 2021-10-18 09:56:19

转发了

才思敏捷的爱的记忆 发表于 2021-10-18 09:46:18

转发了

战总的小娇妻 发表于 2021-10-18 12:24:16

转发了

那男孩对我说丶 发表于 2021-10-18 12:11:25

转发了
页: [1] 2 3
查看完整版本: 2021最新MySQL安装设置教程,mysql数据库安装常见问题汇总