亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

MySQL 5.7.17 for WIN8如何安裝

發布時間:2021-11-11 13:56:45 來源:億速云 閱讀:185 作者:小新 欄目:MySQL數據庫

這篇文章將為大家詳細講解有關MySQL 5.7.17 for WIN8如何安裝,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

1. 下載MySQL Community Server 5.7.17,注意選擇系統類型(32位/64位)
MySQL 5.7.17 for WIN8如何安裝


2. 解壓縮MySQL壓縮包到指定目錄:

MySQL 5.7.17 for WIN8如何安裝

3.添加環境變量
右鍵-->我的電腦-->屬性--> 高級系統設置-->環境變量
新建系統變量:
變量名:MYSQL_HOME
變量值:D:\database\mysql-5.7.17-winx64

再在path末尾中添加 %MYSQL_HOME%\bin
例如:
D:\Python27;C:\Users\duansf\Desktop\vim\vim80;%MYSQL_HOME%\bin

4.注冊為windows系統服務:
需要在命令提示符(管理員模式)下執行:

d:\database\mysql-5.7.17-winx64\bin>d:\database\mysql-5.7.17-winx64\bin\mysqld install MySQL --defaults-file="d:\database\mysql-5.7.17-winx64\my.ini"
Service successfully installed.


my.ini內容如下:
[mysql]
# 設置mysql客戶端默認字符集
default-character-set=utf8 
[mysqld]
#設置3306端口
port = 3306 
# 設置mysql的安裝目錄
basedir=D:/database/mysql-5.7.17-winx64
# 設置mysql數據庫的數據的存放目錄
datadir=D:/database/mysql-5.7.17-winx64/data
slow_query_log=TRUE
slow_query_log_file=d:/slow_query_log.txt
long_query_time=1
# 允許最大連接數
max_connections=200
# 服務端使用的字符集默認為8比特編碼的latin1字符集
character-set-server=utf8
# 創建新表時將使用的默認存儲引擎
default-storage-engine=INNODB 
# 主從復制參數配置
log_bin = mysql-bin
server_id = 1


5.手動啟動MySQL服務:
d:\database\mysql-5.7.17-winx64\bin>net start mysql
MySQL 服務正在啟動 ..
MySQL 服務無法啟動。

服務沒有報告任何錯誤。


請鍵入 NET HELPMSG 3534 以獲得更多的幫助。




手動啟動服務失敗,經查看官方資料,解決思路如下:
啟動前我們需要使用-initialize初始化Data目錄生成并生成隨機密碼,使用-initialize-insecure可以生成空密碼。默認帳號root

此處我們用-initialize-insecure生成空密碼


d:\database\mysql-5.7.17-winx64\bin>mysqld --initialize-insecure

d:\database\mysql-5.7.17-winx64\bin>net start mysql
MySQL 服務正在啟動 ..
MySQL 服務已經啟動成功。

用空密碼登錄:
C:\Users\duansf>mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.7.17-log 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> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| sys                |
+--------------------+
4 rows in set (0.00 sec)


mysql>


6.更改root密碼:
mysql> UPDATE mysql.user SET password=PASSWORD("123456") WHERE user='root';
ERROR 1054 (42S22): Unknown column 'password' in 'field list'
mysql>


更改密碼報錯,因為新版5.7版本的mysql數據庫下的user表中已經沒有Password字段了,而是將加密后的用戶密碼存儲于authentication_string字段
更改密碼命令如下:

mysql> update MySQL.user set authentication_string=password('123456') where user='root';
Query OK, 1 row affected, 1 warning (0.02 sec)
Rows matched: 1  Changed: 1  Warnings: 1


mysql>
mysql>
mysql> flush privileges;
Query OK, 0 rows affected (0.13 sec)

7.用新密碼登錄:
d:\database\mysql-5.7.17-winx64\bin>mysql -u root -p
Enter password: ******
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.7.17-log 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 5.7.17 for WIN8如何安裝”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

高州市| 六枝特区| 铜陵市| 桃园市| 馆陶县| 故城县| 西宁市| 通海县| 利津县| 厦门市| 兴安盟| 娱乐| 德州市| 股票| 滨州市| 共和县| 淮北市| 吉首市| 色达县| 朝阳县| 黄龙县| 万全县| 遂平县| 嘉鱼县| 宝鸡市| 台北县| 观塘区| 宁晋县| 阜平县| 丰原市| 麟游县| 正安县| 防城港市| 宜春市| 肥东县| 寿阳县| 津南区| 武隆县| 永城市| 沧源| 吉水县|