windows下mysql 8.0.12安裝步驟及基本使用教程
本文實例為大家分享了windows下mysql 8.0.12安裝步驟及使用教程,供大家參考,具體內(nèi)容如下
1.到官網(wǎng)下載下載SQL。
(1.1)下載地址
打開網(wǎng)頁后,點擊go to download page如下圖:
(1.2)然后選擇第二個‘Windows (x86, 32-bit), MSI Installer',點擊‘download'
(1.3)點擊‘No thanks, just start my download.'如下圖
2.進行安裝
(2.1)下載后,進行安裝,進入license agreement界面,勾選‘I accept the license terms',然后點擊‘next'
(2.2)choosing a setup type界面默認勾選‘developer default',然后點擊‘next'
(2.3)check requirements界面,先點擊execute,再點擊‘next'
(2.4)彈出的提示框選擇‘yes'
(2.5)installion界面,點擊‘execute',完成后,點擊next
(2.6)product configuration界面點擊‘next'
(2.7)group replication界面點擊‘next'
(2.8)type and networkig界面點擊‘next'
(2.9)authentication method界面點擊‘next'
(2.10)accounts and roles界面,輸入密碼并再次確認
(2.11)windows services界面,點擊‘next'
(2.12)apply configuration界面,點擊execute,然后點擊finish
(2.13)product configuration界面,點擊next
(2.14)mysql router configuration界面點擊finish,然后點擊‘next'
(2.15)connect to server界面,輸入密碼,然后點擊check,再點擊next
(2.16)apply configuration界面點擊execute,然后點擊finish。安裝完成
3.SQL的操作
(3.1)點擊local instance mysql…
(3.2)輸入密碼,點擊ok
(3.3)點擊創(chuàng)建數(shù)據(jù)庫菜單
(3.4)創(chuàng)建一個表格,填入數(shù)據(jù)
以上就是本文的全部內(nèi)容,希望對大家的學習有所幫助,也希望大家多多支持腳本之家。
相關(guān)文章
mySQL中LEN()與DATALENGTH()的區(qū)別
LEN返回指定字符串表達式的字符數(shù),其中不包含尾隨空格。DATALENGTH返回用于表示任何表達式的字節(jié)數(shù)。2011-03-03MYSQL 一個巧用字符函數(shù)做數(shù)據(jù)篩選的題
這篇文章主要介紹了MYSQL 一個巧用字符函數(shù)做數(shù)據(jù)篩選的題,需要的朋友可以參考下2017-05-05解析遠程連接管理其他機器上的MYSQL數(shù)據(jù)庫
本篇文章是對遠程連接管理其他機器上的MYSQL數(shù)據(jù)庫進行了詳細的分析介紹,需要的朋友參考下2013-06-06Mysql使用sum()函數(shù)返回null的問題詳解
MySQL的Sum()函數(shù)是用來找出所有記錄的一個字段的總和,下面這篇文章主要給大家介紹了關(guān)于Mysql使用sum()函數(shù)返回null的問題,文中通過實例代碼介紹的非常詳細,需要的朋友可以參考下2022-01-01