1.官網下載
2.安裝MySql
直接雙擊安裝即可,但注意安裝的目錄不可出現中文。
2.1驗證安裝是否成功
開啟命令列-->輸入"mysql -u root -p" 回車,輸入密碼-->Enter
出現以下內容,即為成功。
C:\Users\Administrator>mysql -u root -p
Enter password: ******
# Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: SQL5. GPL)
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
## owners.
# Type 'help;' 或 '\h' for help. Type '\c' to clear the current input statement.
mysql>
# mysql>
# mysql>
3.卸載MySQL(以Win7系統為例)
a.停止window的MySQL服務
找到「控制面板」--> ;"管理工具“-->"服務",停止MySQL後台服務
b.卸載MySQL安裝程序
”控制面板“-->"程式與功能",卸載MySQL程式
c.刪除MySQL安裝目錄下的所有檔案
# d.刪除C碟ProgramData隱藏目錄中關於MySQL的目錄
ProgramData這是C磁碟下的一個隱藏目錄,開啟」顯示隱藏檔案「功能,即可查到
### 刪除即可。 ############ ########## ###以上是MySQL的安裝與解除安裝方法的詳細內容。更多資訊請關注PHP中文網其他相關文章!