婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > mysql 5.7.11 winx64.zip安裝配置方法圖文教程

mysql 5.7.11 winx64.zip安裝配置方法圖文教程

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

安裝和配置MySql數(shù)據(jù)庫系統(tǒng)。

 1、下載

http://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.11-winx64.zip

2.解壓縮zip包

D:\Program Files\mysql-5.7.11-winx64 

3.配置環(huán)境變量

3.1 添加path路徑,

D:\Program Files\mysql-5.7.11-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 = D:\Program Files\mysql-5.7.11-winx64
 datadir = D:\Program Files\mysql-5.7.11-winx64\Data
 port = 3306
# server_id = .....

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

進(jìn)入mysql的bin目錄下,

Microsoft Windows [版本 6.3.9600]
(c) 2013 Microsoft Corporation。保留所有權(quán)利。

C:\Users\Administrator>cd D:
D:\


C:\Users\Administrator>cd D:\Program Files\mysql-5.7.11-winx64\bin

C:\Users\Administrator>d:

D:\Program Files\mysql-5.7.11-winx64\bin> 

執(zhí)行mysqld.exe --initialize 命令,

D:\Program Files\mysql-5.7.11-winx64\bin>mysqld.exe --initialize
D:\Program Files\mysql-5.7.11-winx64\bin>

創(chuàng)建了data目錄

5.執(zhí)行 mysqld -install命令

D:\Program Files\mysql-5.7.11-winx64\bin>mysqld -install
Service successfully installed. //成功安裝服務(wù)

 6.執(zhí)行mysqld.exe -nt --skip-grant-tables

注意:窗口無反應(yīng)

Microsoft Windows [版本 6.3.9600]
(c) 2013 Microsoft Corporation。保留所有權(quán)利。

C:\Users\Administrator>cd D:
D:\


C:\Users\Administrator>cd D:\Program Files\mysql-5.7.11-winx64\bin

C:\Users\Administrator>d:

D:\Program Files\mysql-5.7.11-winx64\bin>mysqld.exe --initialize

D:\Program Files\mysql-5.7.11-winx64\bin>mysqld -install
Service successfully installed. //服務(wù)安裝成功

D:\Program Files\mysql-5.7.11-winx64\bin>mysqld.exe -nt --skip-grant-tables 

7.重新打開dos窗口,執(zhí)行mysql -u root

進(jìn)入mysql命令行,執(zhí)行命令use mysql; update user set authtication_string=Password('123456') where user="root"; set password=Password('123456');

按 Ctrl+C 復(fù)制代碼

Microsoft Windows [版本 6.3.9600]
(c) 2013 Microsoft Corporation。保留所有權(quán)利。

C:\Users\Administrator>mysqld.exe -nt --skip-grant-tables

C:\Users\Administrator>mysql -u root
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.7.11 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('123456') where user="root"
 -> set password=Password('123456')
 ->

按 Ctrl+C 復(fù)制代碼

8.在任務(wù)管理器中終止mysqld進(jìn)程,開啟mysql服務(wù)。

安裝完成。

精彩專題分享:mysql不同版本安裝教程 mysql5.7各版本安裝教程 mysql5.6各版本安裝教程

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

您可能感興趣的文章:
  • Mysql5.7.17 winx64.zip解壓縮版安裝配置圖文教程
  • Mysql 5.7.19 winx64 ZIP Archive 安裝及使用過程問題小結(jié)
  • MySQL5.6.31 winx64.zip 安裝配置教程詳解
  • mysql 5.7.17 winx64.zip安裝配置方法圖文教程
  • mysql 5.6.23 winx64.zip安裝詳細(xì)教程
  • mysql-8.0.11-winx64.zip安裝教程詳解

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

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《mysql 5.7.11 winx64.zip安裝配置方法圖文教程》,本文關(guān)鍵詞  mysql,5.7.11,winx64.zip,安裝,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《mysql 5.7.11 winx64.zip安裝配置方法圖文教程》相關(guān)的同類信息!
  • 本頁收集關(guān)于mysql 5.7.11 winx64.zip安裝配置方法圖文教程的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    主站蜘蛛池模板: 小金县| 金湖县| 汾阳市| 茶陵县| 连云港市| 南充市| 乌恰县| 伊金霍洛旗| 潍坊市| 新源县| 象山县| 大余县| 保山市| 始兴县| 邵武市| 清丰县| 西宁市| 务川| 西丰县| 九龙县| 当阳市| 治多县| 自治县| 宝山区| 辽阳县| 新乐市| 陆川县| 济宁市| 江山市| 孝义市| 北碚区| 赤城县| 嫩江县| 乌苏市| 淳安县| 绥滨县| 曲麻莱县| 南木林县| 永兴县| 黔江区| 固始县|