| 錯誤訊息
Either the server service or the configuration file could not be found. Startup variables and service section are therefore disabled. ![]() 發生原因 手動安裝 MySQL 時,my.ini 無法正確被服務判讀時會發生此狀況。將會影響 MySQL GUI Tools 之中的管理工具 MySQL Administrator 及 MySQL Query Browser 的 Service 功能被強制關閉。 解決方法 我的電腦上按右鍵 > 管理 > 服務及應用程式 > 服務 > MySQL 點兩下開啟 執行檔所在路徑:C:\mysql\bin\mysqld.exe MySQL 必須修改為: "C:\mysql\bin\mysqld.exe" --defaults-file="C:\WINDOWS\MY.INI" MySQL 可是無法在此修改,要到登錄編輯程式裡修正 開始 > 執行 > 輸入 regedit > 確定 更改之後此 Bug 就已解決,不必重新啟動 MySQL。HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MySQL\ImagePath 如果 C:\WINDOWS 目錄裡沒有 my.ini 的話,也要建立一個檔案。 |
| 2007/12/14 10:32 |
Trackback Address :: http://blog.raienet.com/trackback/379

