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