mysql8.0.15 32位_MySQL8.0.15的安装与配置---win10

本文详细介绍了如何在Windows 10上安装和配置MySQL 8.0.15 32位版本。从下载安装文件到设置root密码,再到配置环境变量,最后通过Navicat成功连接MySQL并修改用户认证方式和密码。
摘要由CSDN通过智能技术生成

1、下载地址

https://dev.mysql.com/downloads/installer/

安装文件:mysql-installer-community-8.0.15.0.msi

2、安装

默认安装选择Developer Default,仅作为服务器选择Sever only,完全安装选择Full,自定义安装选择Custom(根据自己需要安装)

安装过程中设置root密码为123456

3、配置环境变量

Path 新增 C:\Program Files\MySQL\MySQL Server 8.0\bin;

4、Navicat连接mysql8.0

C:\Users\Administrator>mysql -u root -p

Enter password: ******

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 24

Server version: 8.0.15 MySQL Community Server - GPL

Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>ALTER USER 'root'@'localhost' IDENTIFIED BY '123456' PASSWORD EXPIRE NEVER;(更改加密方式)

Query OK, 0 rows affected (0.09 sec)

mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123456';(更改密码)

Query OK, 0 rows affected (0.06 sec)

mysql>FLUSH PRIVILEGES;(刷新)

Query OK, 0 rows affected (0.05 sec)

6b919a74c7b95b5b31db80a23c076a81.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值