主頁(yè) > 知識(shí)庫(kù) > MySQL 5.7 zip版本(zip版)安裝配置步驟詳解

MySQL 5.7 zip版本(zip版)安裝配置步驟詳解

熱門(mén)標(biāo)簽:dq8 全地圖標(biāo)注 地圖標(biāo)注直通車 哈爾濱云外呼系統(tǒng)運(yùn)營(yíng)商 南寧智能電銷機(jī)器人價(jià)格 電銷機(jī)器人市場(chǎng)價(jià) 邯鄲400電話注冊(cè)辦理 趙縣地圖標(biāo)注 永州智能外呼系統(tǒng) 遂寧400電話申請(qǐng)

前言:重裝win10順帶整理文件,然而裝個(gè)MySQL用了我一下午,真是不值,所以寫(xiě)這篇來(lái)幫助大家。

一、下載

https://dev.mysql.com/downloads/mysql/

二、解壓縮zip包



三、配置環(huán)境變量

(1)配置Path



(2)修改mysql-default.ini配置文件

原先的:

# These are commonly set, remove the # and set as required.# basedir = .....# datadir = .....# port = .....# server_id = .....

修改后的:

四、以管理員身份進(jìn)入命令提示符 cmd

注意:先mysqld -install,再mysqld –initialize

(1)執(zhí)行mysqld -install

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. //成功安裝服務(wù)

(2)執(zhí)行mysqld –initialize

D:\tools\developer\MySQL\mysql-5.7.17-winx64\bin>mysqld --initializeD:\tools\developer\MySQL\mysql-5.7.17-winx64\bin>

會(huì)自動(dòng)創(chuàng)建data文件夾

 

(3)mysqld.exe -nt –skip-grant-tables(注意:窗口無(wú)反應(yīng))

D:\tools\developer\MySQL\mysql-5.7.17-winx64\bin>mysqld.exe -nt --skip-grant-tables

(4)直接關(guān)閉窗口,再重新打開(kāi)dos(同樣管理員身份方式打開(kāi))

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"; //這時(shí)候會(huì)提示修改成功等,或者waring 什么的。 mysql>flush privileges; 0 rows affected (0.01 sec)

五、校驗(yàn)成功

(1)在任務(wù)管理器中終止mysqld進(jìn)程,開(kāi)啟mysql服務(wù)

C:\Users\donald>net start mysql

若出現(xiàn):

打開(kāi)任務(wù)管理器,找到mysqld,結(jié)束該進(jìn)程。

然后重新啟動(dòng)mysql,就可以了。

(2)輸入mysql -u root -p

C:\Users\donald>mysql -u root -p//輸入admin

以上所述是小編給大家介紹的MySQL 5.7 zip版本(zip版)安裝配置步驟詳解,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!

您可能感興趣的文章:
  • windows下安裝、卸載mysql服務(wù)的方法(mysql 5.6 zip解壓版安裝教程)
  • mysql-8.0.11-winx64.zip安裝教程詳解
  • Mysql 5.7.17 解壓版(ZIP版)安裝步驟詳解
  • mysql5.7.13.zip安裝教程(windows)
  • MySQL 5.6.51 解壓版(zip版)安裝配置圖文方法
  • MYSQL ZIP免安裝版配置步驟及圖形化管理工具mysql-workbench
  • mysql5.7.17 zip 解壓安裝詳細(xì)過(guò)程
  • mysql 5.5.x zip直接解壓版安裝方法
  • mysql8.0.0 winx64.zip解壓版安裝配置教程
  • MySQL壓縮版zip安裝問(wèn)題的解決方法

標(biāo)簽:南寧 上海 阿里 浙江 張家界 中衛(wèi) 定西 鄂州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《MySQL 5.7 zip版本(zip版)安裝配置步驟詳解》,本文關(guān)鍵詞  MySQL,5.7,zip,版本,版,安裝,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《MySQL 5.7 zip版本(zip版)安裝配置步驟詳解》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于MySQL 5.7 zip版本(zip版)安裝配置步驟詳解的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章