vim 打開/etc/my.cnf? ? ?根據實際情況 一般在ETC下面
在【mysqld】下面添加
skip-grant-tables
重啟mysql服務
登陸mysql?
直接mysql 就進來了
然后 user mysql;
selecthost,user,passwordfrommysql.user;//即可查看到用戶和密碼
updateusersetpassword=password("newpasswd")whereuser="root";//'newpasswd'這里改為你要設置的密碼
flushprivileges;
exit
最后把my.cnf 添加的那一段刪除 重啟數據庫就OK了~
運維QQ交流群:171586999