主頁 > 知識(shí)庫 > window環(huán)境配置Mysql 5.7.21 windowx64.zip免安裝版教程詳解

window環(huán)境配置Mysql 5.7.21 windowx64.zip免安裝版教程詳解

熱門標(biāo)簽:Linux服務(wù)器 服務(wù)外包 鐵路電話系統(tǒng) AI電銷 地方門戶網(wǎng)站 呼叫中心市場(chǎng)需求 百度競(jìng)價(jià)排名 網(wǎng)站排名優(yōu)化

1.從官網(wǎng)下載mysql-5.7.21-windowx64.zip mysql下載頁面

2.解壓到合適的位置(E:\mysql) 這名字是我改過的

3.配置環(huán)境變量,將E:\mysql\bin 添加到PATH中

4.在mysql目錄下(E:\mysql) 創(chuàng)建 my.ini文件,內(nèi)容如下:

[mysql]  
# 設(shè)置mysql客戶端默認(rèn)字符集  
default-character-set=utf8  
[mysqld]  
#設(shè)置3306端口  
port = 3306  
# 設(shè)置mysql的安裝目錄  
basedir=E:\mysql
# 設(shè)置mysql數(shù)據(jù)庫的數(shù)據(jù)的存放目錄  
datadir=E:\mysql\data
# 允許最大連接數(shù)  
max_connections=200  
# 服務(wù)端使用的字符集默認(rèn)為8比特編碼的latin1字符集  
character-set-server=utf8  
# 創(chuàng)建新表時(shí)將使用的默認(rèn)存儲(chǔ)引擎  
default-storage-engine=INNODB  
"#"為注釋

5.管理員身份運(yùn)行cmd

切換目錄 cd E:\mysql\bin

生成mysql服務(wù)(就是安裝my.ini文件)

E:\mysql\bin> mysqld -install;
Service successfully installed.

生成data目錄  E:\mysql\bin> mysqld --initialize-insecure --user=mysql ;

這里生成失敗的話看下面

E:\mysql\bin>cd ../
E:\mysql> mysqld --initialize-insecure --user=mysql ; 

啟動(dòng)mysql服務(wù)

E:\mysql\bin> net start mysql;

MySQL 服務(wù)正在啟動(dòng) . 

MySQL 服務(wù)已經(jīng)啟動(dòng)成功。

6.登錄數(shù)據(jù)庫,修改密碼(默認(rèn)為空)

E:\mysql\bin> mysql -u root -p;
Enter password: //這里直接回車
Welcome to the MySQL monitor. Commands end with ; or \g. 
Your MySQL connection id is 2 
Server version: 5.7.21 MySQL Community Server (GPL) 
Copyright (c) 2000, 2018, 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> use mysql; 
Database changed 
mysql> set password for 'root'@'localhost'=password('新密碼');
mysql> flush privileges;

退出測(cè)試是否成功

mysql> quit;
E:\mysql\bin> mysql -u root -p;
Enter password:

注釋:

在mysql中一條語句結(jié)束加;號(hào)

開始mysql服務(wù)net start mysql;
停止mysql服務(wù)net stop mysql;
生成服務(wù)mysqld -install;
刪除服務(wù)mysqld -remove;
登錄數(shù)據(jù)庫mysql -u root -p;
退出mysql> quit;

總結(jié)

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

您可能感興趣的文章:
  • MySQL 5.6.36 Windows x64位版本的安裝教程詳解
  • mysql 5.7.9 winx64在windows上安裝遇到的問題
  • Windows 下noinstall方式安裝 mysql 5.7.5 m15 winx64(推薦)
  • Win2008 R2安裝.NET Framework 4的windows6.1-KB958488-V6001-x64出現(xiàn)災(zāi)難性故障解決方法
  • Windows Vista 簡體中文版 X64版 原版鏡像 下載
  • Windows Server 2003 Service Pack 2 for x86 x64 正式版發(fā)布

標(biāo)簽:崇左 銅川 衡水 黃山 湖南 仙桃 蘭州 湘潭

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《window環(huán)境配置Mysql 5.7.21 windowx64.zip免安裝版教程詳解》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266