当前位置:网站首页>windows上安装MySQL
windows上安装MySQL
2022-06-27 03:48:00 【如果】
新手安装 mysql 教程
进入 mysql 官网: (MySQL) 直接将页面拉到最底部
找到 downloads -> MySQL Community Server(mysql社区服务器)
下载 zip压缩包版本 下载完成后解压到合适的目录比如我的(E:\server\mysql)
将解压后的mysql目录 与 mysql/bin 目录添加进系统环境变量中
在mysql根目录中创建 my.ini 添加以下内容
[mysqld]# set basedir to your installation pathbasedir=E:\\server\\mysql# set datadir to the location of your data directorydatadir=E:\\server\\mysql\\data接着 cmd 初始化数据库
# 进入mysql目录# 这个会初始化一个随机密码的 root 推荐使用bin/mysqld --initialize --user=mysql# 这个会初始化一个没有密码的 root 不推荐使用bin/mysqld --initialize-insecure --user=mysql等待一段时间后在 mysql\data 目录中会生成一个设备名称.err 的文件用记事本打开
最下面有一段 A temporary password is generated for [email protected]: (?wghB.>#3fY
冒号后面的就是你的默认密码
接下来安装服务
# 安装服务bin/mysqld install# 启动服务net start mysql# 进入 mysql 修改默认密码mysql -u root -pEnter password: (enter the random root password here)# 修改默认密码ALTER USER 'root'@'localhost' IDENTIFIED BY 'root-password';至此mysql在windows平台下的安装已经结束
可以在计算机管理->服务->mysql 设置为手动启动
在需要时用命令启动mysql服务, 不需要时停止mysql服务
# 启动net start mysql# 停止net stop mysql# 删除服务sc delete mysql边栏推荐
- 面试-01
- USB DRIVER
- PAT甲级 1020 Tree Traversals
- 电商产品如何在知乎上进行推广和打广告?
- PAT甲级 1019 General Palindromic Number
- Baidu PaddlePaddle's "universal gravitation" first stop in 2022 landed in Suzhou, comprehensively launching the SME empowerment plan
- 为什么 C# 访问 null 字段会抛异常?
- A^2=e | the solution of the equation | what exactly can this equation tell us
- 清华&华为等 综述 | 语义通信:原则与挑战
- mysql数据库基础:DQL数据查询语言
猜你喜欢

2016Analyzing the Behavior of Visual Question Answering Models

Kotlin Compose 自定义 CompositionLocalProvider CompositionLocal

Fplan powerplan instance

Static timing analysis OCV and time derive

Implementation of window encryption shell

电商产品如何在知乎上进行推广和打广告?

MATLAB | 基于分块图布局的三纵坐标图绘制

PAT甲级 1018 Public Bike Management

超級詳細,2 萬字詳解,吃透 ES!

卷积神经网络(CNN)网络结构及模型原理介绍
随机推荐
敏捷开发篇--Agile Development-自用
2020:MUTANT: A Training Paradigm for Out-of-Distribution Generalizationin Visual Question Answering
PAT甲级 1021 Deepest Root
iOS开发:对于动态库共享缓存(dyld)的了解
Mobilenet series (4): mobilenetv3 network details
Is the truth XX coming? Why are test / development programmers unwilling to work overtime? This is a crazy state
promise源码-class版本【三、Promise源码】【代码详细注释/测试案例完整】
语义化版本 2.0.0
Is the money invested in financial products guaranteed? Is there no more?
事业观、金钱观与幸福观
Il manque beaucoup de fichiers et de répertoires tels que scripts pendant et après l'installation d'anaconda3
QIngScan使用
Pat grade a 1019 general palindromic number
Fplan powerplan instance
【一起上水硕系列】Day 6
与STM32或GD32替换说明
Super detailed, 20000 word detailed explanation, thoroughly understand es!
实践 DevOps 时,可能面临的六大挑战
ERP demand and sales management Kingdee
Quicksand painting simulator source code