MySQL5.7-winx64的zip包安装过程

  1. 首先将下载完成zip包解压到某个目录,如:E:\mysql-5.7.16-winx64
  2. 修改环境变量path增加E:\mysql-5.7.16-winx64\bin
  3. 在E:\mysql-5.7.16-winx64目录中新建目录data,将默认的my-default.ini复制为my.ini,同时配置以上字段:
basedir = E:\mysql-5.7.16-winx64
datadir = E:\mysql-5.7.16-winx64\data
port = 3306
server_id = 1

将最后一行注释

#sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES

安装MySQL服务

E:\mysql-5.7.16-winx64\bin>mysqld --install MySQL

初始化MySQL,以管理员身份运行cmd,进入到mysql的bin目录运行

mysqld --initialize --user=mysql  --explicit_defaults_for_timestamp --console

mysql-5.7.16-winx64\bin>mysqld --initialize --user=mysql  --explicit_defaults_for_timestamp --console
2016-10-15T04:38:46.341663Z 0 [Warning] InnoDB: New log files created, LSN=45790
2016-10-15T04:38:46.908164Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2016-10-15T04:38:47.111607Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 42dda920-9291-11e6-a48e-00ff6bd10585.
2016-10-15T04:38:47.161759Z 0 [Warning] Gtid table is not ready to be used. Table ‘mysql.gtid_executed‘ cannot be opened.
2016-10-15T04:38:47.182800Z 1 [Note] A temporary password is generated for [email protected]: K9Otza#ftMss

注意看最后一行 的密码输出

A temporary password is generated for [email protected]: K9Otza#ftMss

启动服务

E:\mysql-5.7.16-winx64\bin>net start MySQL
MySQL 服务正在启动 .
MySQL 服务已经启动成功。

以上面的密码登陆

E:\mysql-5.7.16-winx64\bin>mysql -uroot -p
Enter password: ************
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.7.16

Copyright (c) 2000, 2016, 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> exit

修改管理员密码:

E:\mysql-5.7.16-winx64\bin>mysqladmin -uroot -p password
Enter password: ************
New password: ******
Confirm new password: ******

使用新密码登陆验证

E:\mysql-5.7.16-winx64\bin>mysql -uroot -p123456
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.7.16 MySQL Community Server (GPL)

Copyright (c) 2000, 2016, 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>

关闭MySQL服务

E:\mysql-5.7.16-winx64\bin>mysqladmin -uroot -p shutdown
Enter password: ******

启动MySQL服务

E:\mysql-5.7.16-winx64\bin>net start MySQL
MySQL 服务正在启动 .
MySQL 服务已经启动成功。
时间: 2025-01-14 02:15:22

MySQL5.7-winx64的zip包安装过程的相关文章

MySQL5.7单实例二进制包安装方法

MySQL5.7单实例二进制包安装方法 一.环境 OS: CentOS release 6.9 (Final)MySQL: mysql-5.7.20-linux-glibc2.12-x86_64.tar.gz 说明:类似的操作系统也可以的.为了方便起见,涉及到的操作,均可以直接粘贴复制,比较直观快捷的实施,我没有将带有命令行的截图或者文字粘贴出来. 可能会与路径有关,本文档是基于实践而记录下的,可能与你的环境有所不同,请遇到问题,具体分析查找资料. 二.准备工作 2.1.修改主机名称 hostn

5-2 源码包安装过程

1.安装准备 <1>安装C语言编译器 gcc <2>下载源码包: http://mirror.bit.edu.cn/apache/httpd/ 下载2.2.9的httpd <3>可以使用WinSCP将本机上的软件拷贝到虚拟机,注意更改权限 <4>rpm和源码包可以分别安装,但是只能起用一个.因为占用相同端口80 2.安装注意事项 <1>源代码保存位置: /usr/local/src <2>软件安装位置: /usr/local/ <

apache源码包安装过程记录

1.下载apache源码包 http://www.apache.org/ apache官网,包含非常多软件 找到apache软件 http://httpd.apache.org/ 选定要下载的源码包   复制下载的url http://mirrors.tuna.tsinghua.edu.cn/apache//httpd/httpd-2.4.25.tar.bz2 进入linux的/usr/local/src wget http://mirrors.tuna.tsinghua.edu.cn/apac

rpm包安装过程中依赖问题“libc.so.6 is needed by XXX”解决方法

rpm包安装过程中依赖问题"libc.so.6 is needed by XXX"解决方法 折腾了几天,终于搞定了CentOS上的Canon LBP2900打印机驱动.中间遇到了一些问题,主要是安装rpm包出现的依赖问题,费尽周折总算是解决了.现在简单总结一下. 首先说明一下,我用的CentOS版本是6.6,64位.打印机驱动程序是两个rpm安装包:cndrvcups-common-2.60-1.x86_64.rpm和cndrvcups-capt-2.60-1.x86_64.rpm.

windows系统mysql-5.7.19官方绿色版zip包安装教程

环境: 系统环境 Windows 10 64位 mysql版本 5.7.19 一.万变不离的下载 下载页面:https://dev.mysql.com/downloads/mysql/ 点击 Download 按钮下载zip包到本地,解压(以我本地的解压路径是 D:\db\mysql-5.7.19-winx64 为例讲解,位置可以自定义) 二.配置环境变量 以我本地的解压路径是 D:\db\mysql-5.7.19-winx64 为例: 此电脑-->右键-->属性-->高级系统设置--&

windows mysql官方绿色版zip包安装教程

环境: 系统环境 Windows 10 64位 mysql版本 5.7.19 一.万变不离的下载 下载页面:https://dev.mysql.com/downloads/mysql/ 点击 Download 按钮下载zip包到本地,解压(以我本地的解压路径是 D:\db\mysql-5.7.19-winx64 为例讲解,位置可以自定义) 二.配置环境变量 以我本地的解压路径是 D:\db\mysql-5.7.19-winx64 为例: 此电脑-->右键-->属性-->高级系统设置--&

linux源码包安装过程

redhat提供的安装包格式为.rpm格式,如果需要自定义安装目录及相应的功能等,需要使用源码包进行安装,使用源码包安装需要如下几个过程 先从官网下载源码安装包,名称一般为.tar.gz,.tgz,.tar.bz2格式,下载完成后解压缩,进入解压缩后的目录 安装开发相应的工具包,比如"development Tools"组,gcc,gcc-c++ 使用./configure --help命令查看使用用法 make && make install 设置环境变量 可以在/e

MySQL5.7--------基于CentOS6二进制包安装

1. 背景 * MySQL是一个关系型数据库管理系统,由瑞典MySQL AB 公司开发,目前属于 Oracle 旗下产品.MySQL 是最流行的关系型数据库管理系统之一,在 WEB 应用方面,MySQL是最好的 RDBMS (Relational Database Management System,关系数据库管理系统) 应用软件. * MySQL是一种关系数据库管理系统,关系数据库将数据保存在不同的表中,而不是将所有数据放在一个大仓库内,这样就增加了速度并提高了灵活性. * MySQL所使用的

MySQL5.6--------基于CentOS6二进制包安装

1. 背景 * MySQL是一个关系型数据库管理系统,由瑞典MySQL AB 公司开发,目前属于 Oracle 旗下产品.MySQL 是最流行的关系型数据库管理系统之一,在 WEB 应用方面,MySQL是最好的 RDBMS (Relational Database Management System,关系数据库管理系统) 应用软件. * MySQL是一种关系数据库管理系统,关系数据库将数据保存在不同的表中,而不是将所有数据放在一个大仓库内,这样就增加了速度并提高了灵活性. * MySQL所使用的