《MysqL教程MysqL 5.7 zip版本(zip版)安装配置步骤详解》要点:
本文介绍了MysqL教程MysqL 5.7 zip版本(zip版)安装配置步骤详解,希望对您有用。如果有疑问,可以联系我们。
前言:重装win10顺带整理文件,然而装个MysqL用了我一下午,真是不值,所以写这篇来帮助大家.MysqL实例
一、下载MysqL实例
https://dev.MysqL.com/downloads/MysqL/MysqL实例
二、解压缩zip包MysqL实例
MysqL实例
三、配置环境变量MysqL实例
(1)配置PathMysqL实例
MysqL实例
(2)修改MysqL-default.ini配置文件MysqL实例
原先的:MysqL实例
# These are commonly set,remove the # and set as required.# basedir = .....# datadir = .....# port = .....# server_ID = .....
修改后的:MysqL实例
MysqL实例四、以管理员身份进入命令提示符 cmdMysqL实例
注意:先MysqLd -install,再MysqLd CinitializeMysqL实例
(1)执行MysqLd -installMysqL实例
C:\Users\donald>cd D:\tools\developer\MysqL\MysqL-5.7.17-winx64\binC:\Users\donald>d:D:\tools\developer\MysqL\MysqL-5.7.17-winx64\bin>MysqLd -installService successfully installed. //成功安装服务
(2)执行MysqLd CinitializeMysqL实例
D:\tools\developer\MysqL\MysqL-5.7.17-winx64\bin>MysqLd --initializeD:\tools\developer\MysqL\MysqL-5.7.17-winx64\bin>
会自动创建data文件夹MysqL实例
MysqL实例
(3)MysqLd.exe -nt Cskip-grant-tables(注意:窗口无反应)MysqL实例
D:\tools\developer\MysqL\MysqL-5.7.17-winx64\bin>MysqLd.exe -nt --skip-grant-tables
(4)直接关闭窗口,再重新打开dos(同样管理员身份方式打开)MysqL实例
C:\Users\donald>MysqL -u root Welcome to the MysqL monitor. Commands end with ; or \g. Your MysqL connection ID is 3 Server version: 5.7.17 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> use MysqL Database changed MysqL> update user set authtication_string=Password('admin') where user="root"; //这时候会提示修改成功等,或者waring 什么的. MysqL>flush privileges; 0 rows affected (0.01 sec)
五、校验成功MysqL实例
(1)在任务管理器中终止MysqLd进程,开启MysqL服务MysqL实例
C:\Users\donald>net start MysqL
若出现:MysqL实例
MysqL实例打开任务管理器,找到MysqLd,结束该进程.MysqL实例
然后重新启动MysqL,就可以了.MysqL实例
(2)输入MysqL -u root -pMysqL实例
C:\Users\donald>MysqL -u root -p//输入admin
以上所述是小编给大家介绍的MysqL 5.7 zip版本(zip版)安装配置步骤详解,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的.在此也非常感谢大家对内存溢出PHP网站的支持!MysqL实例
总结以上是内存溢出为你收集整理的MYSQL教程MySQL 5.7 zip版本(zip版)安装配置步骤详解全部内容,希望文章能够帮你解决MYSQL教程MySQL 5.7 zip版本(zip版)安装配置步骤详解所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)