mysql-5.7.11-winx64.zip 安装配置说明

1、下载

http://dev.mysql.com/downloads/mysql/
这里我下载的是mysql-5.7.11-winx64.zip版

2.解压缩zip包;

E:\Software\mysql-5.7.13-winx64
各人解压放包位置都不一样

3.配置环境变量,

3.1 添加path路径,

E:\Software\mysql-5.7.13-winx64\bin

3.2.修改mysql-default.ini配置文件,

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

basedir = …..

datadir = …..

port = …..

server_id = …..

改为

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

basedir = E:\Software\mysql-5.7.13-winx64
datadir = E:\Software\mysql-5.7.13-winx64\data
port = 3306

server_id = …..

4.以管理员身份进入命令提示符 cmd

进入mysql的bin目录下,

C:\WINDOWS\system32>e:

E:>cd E:\Software\mysql-5.7.13-winx64\bin

E:\Software\mysql-5.7.13-winx64\bin>

执行mysqld.exe –initialize 命令,

E:\Software\mysql-5.7.13-winx64\bin>mysqld.exe –initialize

E:\Software\mysql-5.7.13-winx64\bin>

这里注意是mysqld.exe,不是mysql.exe

创建了data目录

5.执行 mysqld -install命令

E:\Software\mysql-5.7.13-winx64\bin>mysqld -install
Service successfully installed. //成功安装服务

6.执行mysqld.exe -nt –skip-grant-tables

注意:窗口无反应

E:\Software\mysql-5.7.13-winx64\bin>mysqld.exe -nt –skip-grant-tables

7.重新打开dos窗口,执行mysql -u root

进入mysql命令行,执行命令use mysql; update user set authentication_string=Password(‘123456’) where user=”root”;

1 Microsoft Windows [版本 6.3.9600]
2 (c) 2013 Microsoft Corporation。保留所有权利。
3
4 C:\Users\Administrator>mysqld.exe -nt –skip-grant-tables
5
6 C:\Users\Administrator>mysql -u root
7 Welcome to the MySQL monitor. Commands end with ; or \g.
8 Your MySQL connection id is 3
9 Server version: 5.7.11 MySQL Community Server (GPL)
10
11 Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
12
13 Oracle is a registered trademark of Oracle Corporation and/or its
14 affiliates. Other names may be trademarks of their respective
15 owners.
16
17 Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.
18
19 mysql> use mysql
20 Database changed
21 mysql> update user set authentication_string=Password(‘123456’) where user=”root”;

8.在任务管理器中终止mysqld进程,开启mysql服务。

安装完成。

参考http://www.cnblogs.com/endv/p/5205435.html,根据自身环境做了些改动,感谢这位大大的无偿贡献!

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值