1. 程式人生 > >安裝MYSQL問題解決

安裝MYSQL問題解決

1.’mysql’ 不是內部或外部命令,也不是可執行的程式或批處理檔案
解決:
a.新增安裝目錄\bin至環境變數-使用者變數
b.以管理員身份執行CMD

2.MySQL 初始化 [ERROR] [MY-010457] [Server] –initialize specified but the data directory has files in it. Aborting.
解決:
在安裝目錄下新增data資料夾,並清除資料夾內容,重新執行mysqld install

3.>net start mysql
發生系統錯誤 2。
系統找不到指定的檔案。
解決:

mysqld remove
Service successfully removed.
mysqld install
Service successfully installed.
net start mysql
MySQL 服務正在啟動 ..
MySQL 服務已經啟動成功。