Linux運行MySQL5.7報錯ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)

問題:密碼錯誤,解決辦法:重置密碼。 步驟: 1、關閉MySQL服務:service mysql stop。(若mysql服務在開啓狀態:用ps -ef|grep mysql檢查) 2、修改MySQL配置文件my.cnf,一般my.cnf文件在/etc目錄下。 3、在配置文件的[mysqld]標籤下添加:skip-grant-tables;保存後退出,並啓動MySQL服務:service mysq
相關文章
相關標籤/搜索