mysql for win_mysql for windows zip版安装

1、将mysql_5.6.24_winx64.zip 解压到文件夹

2、增加环境变量

ae704ed7cd7f3225334ceb41a2adc5dc.png

23296915cdc94905a14f5766f919d819.png

3、修改mysql配置文件

将mysql根目录下的my-default.ini 复制一份更名为 my.ini。修改参数值

# These are commonly set, remove the # and set as required.

basedir = D:\Program Files\MySQL\mysql-5.6.24

datadir = D:\Program Files\MySQL\mysql-5.6.24\data

# port = .....

# server_id = .....

4、注册服务

使用有管理员权限的cmd或者windows powershell进入D:\Program Files\MySQL\mysql-5.6.24\bin

执行 PS D:\Program Files\MySQL\mysql-5.6.24\bin>./mysqld -install

返回:Service successfully installed.

5、启动服务

PS D:\Program Files\MySQL\mysql-5.6.24\bin> net start mysql

MySQL 服务正在启动 .

MySQL 服务已经启动成功。

6、修改默认密码

如:mysqladmin.exe -u用户名 -p password 新密码

PS D:\Program Files\MySQL\mysql-5.6.24\bin> .\mysqladmin.exe -uroot -p password my@123

Enter password: (键入旧密码)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值