本文實例為大家分享了windows下mysql 8.0.12安裝步驟及使用教程,供大家參考,具體內容如下
補充:mysql 已經更新到了 8.0.19,大致步驟和這個差不多,照着來就完事了。
我下載的是MySQL Community Server 8.0.19免費的。
1.到官網下載下載SQL。
(1.1)MYSQL官方下載地址:官方下載
打開網頁后,點擊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)點擊創建數據庫菜單
(3.4)創建一個表格,填入數據
以上就是本文的全部內容,希望對大家的學習有所幫助。