人妖在线一区,国产日韩欧美一区二区综合在线,国产啪精品视频网站免费,欧美内射深插日本少妇

新聞動態(tài)

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

發(fā)布日期:2022-08-07 11:25 | 文章來源:腳本之家

:重裝win10順帶整理文件,然而裝個MySQL用了我一下午,真是不值,所以寫這篇來幫助大家。

一、下載

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 = .....

修改后的:

四、以管理員身份進入命令提示符 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>

會自動創(chuàng)建data文件夾



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

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

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

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)

五、校驗成功

(1)在任務(wù)管理器中終止mysqld進程,開啟mysql服務(wù)

C:\Users\donald>net start mysql

若出現(xiàn):

打開任務(wù)管理器,找到mysqld,結(jié)束該進程。

然后重新啟動mysql,就可以了。

(2)輸入mysql -u root -p

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

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

香港穩(wěn)定服務(wù)器

版權(quán)聲明:本站文章來源標(biāo)注為YINGSOO的內(nèi)容版權(quán)均為本站所有,歡迎引用、轉(zhuǎn)載,請保持原文完整并注明來源及原文鏈接。禁止復(fù)制或仿造本網(wǎng)站,禁止在非www.sddonglingsh.com所屬的服務(wù)器上建立鏡像,否則將依法追究法律責(zé)任。本站部分內(nèi)容來源于網(wǎng)友推薦、互聯(lián)網(wǎng)收集整理而來,僅供學(xué)習(xí)參考,不代表本站立場,如有內(nèi)容涉嫌侵權(quán),請聯(lián)系alex-e#qq.com處理。

實時開通

自選配置、實時開通

免備案

全球線路精選!

全天候客戶服務(wù)

7x24全年不間斷在線

專屬顧問服務(wù)

1對1客戶咨詢顧問

在線
客服

在線客服:7*24小時在線

客服
熱線

400-630-3752
7*24小時客服服務(wù)熱線

關(guān)注
微信

關(guān)注官方微信
頂部