程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> MySQL綜合教程 >> MYSQL錯誤解決方案"Configuration file tmeplate E:\網站\mysql\my-template.ini could not",mysqlconfiguration

MYSQL錯誤解決方案"Configuration file tmeplate E:\網站\mysql\my-template.ini could not",mysqlconfiguration

編輯:MySQL綜合教程

MYSQL錯誤解決方案"Configuration file tmeplate E:\網站\mysql\my-template.ini could not",mysqlconfiguration


今天開始嘗試用MYSQL,裝的時候碰見了些常見的問題,在這裡把它曬出來,希望它對自己和行友們都有些幫助:

錯誤1:執行配置的第二步:系統提示:“Configuration file tmeplate E:\網站\mysql\my-template.ini could not be processed and written to E:\網站\mysql\my.ini.Error code-1.” 原因:具體什麼原因,在官方的bug說明中沒有解釋。從4.1開始就存在。解決方法:由於目錄中純在中文,所以導致代碼錯誤。故而把目錄設置成全英文的。

錯誤2:執行最後一步:提示:

錯誤代碼 1045
Access denied for user 'root'@'localhost' (using password:YES)

解決方案:MYSQL的ROOT PASSWORD的值默認是空的,不能賦值。所以在ROOT PASSWORD裡不能填值!!

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved