主頁(yè) > 知識(shí)庫(kù) > 解決mysql:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO/YES)

解決mysql:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO/YES)

熱門(mén)標(biāo)簽:拉卡拉外呼系統(tǒng) 話務(wù)外呼系統(tǒng)怎么樣 高清地圖標(biāo)注道路 智能外呼系統(tǒng)復(fù)位 外東北地圖標(biāo)注 400電話可以辦理嗎 臨清電話機(jī)器人 大眾點(diǎn)評(píng)星級(jí)酒店地圖標(biāo)注 云南電商智能外呼系統(tǒng)價(jià)格

一、問(wèn)題

  有時(shí)候我們登錄Mysql輸入密碼的時(shí)候,會(huì)出現(xiàn)這種情況

  mysql -u root -p

  Enter Password > '密碼'

  錯(cuò)誤:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

  或者:錯(cuò)誤:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

二、解決辦法

  修改my.in/my.cnf配置文件

    進(jìn)入mysql安裝目錄

    編輯my.ini

    在[mysqld]下添加skip-grant-tables,保存即可。

  使用管理員身份打開(kāi)命令行

 ?、僦貑ysql:

    1、net stop mysql 2、net start mysql

  ②進(jìn)入mysql,登錄
    mysql -u root -p
    不用輸入密碼,直接回車(出現(xiàn)Enter Password 也一樣直接回車,即可登陸成功)

  ③輸入use mysql,修改root的密碼:
    update user set authentication_string=password('新密碼') where user='root';
    flush privileges;

 ?、芡顺觯?/p>

    quit;

  ⑤再次重啟mysql:

    1、net stop mysql 2、net start mysql

 ?、逌y(cè)試是否成功就是是否登陸成功咯。
    mysql -u root -p

    Enter Password>'新密碼'

  就不會(huì)出錯(cuò),可以登錄啦!?。?/p>

(另外一種情況就是,,你密碼輸入錯(cuò)誤了,如果是初始化后第一次登錄,出現(xiàn)這種情況的話,很大概率就是密碼錯(cuò)誤,初始化后的密碼要認(rèn)真查看,可能會(huì)因?yàn)榭崭瘛⑿?shù)點(diǎn)等符號(hào)輸錯(cuò))

以上就是解決mysql:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO/YES)的詳細(xì)內(nèi)容,更多關(guān)于ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO/YES) 的資料請(qǐng)關(guān)注腳本之家其它相關(guān)文章!

您可能感興趣的文章:
  • mysql ERROR 1045 (28000)問(wèn)題的解決方法
  • 解決mysql ERROR 1045 (28000)-- Access denied for user問(wèn)題
  • ERROR 1045 (28000): Access denied for user ''''root''''@''''localhost'''' (using password: YES)實(shí)用解決方案
  • MySQ登錄提示ERROR 1045 (28000)錯(cuò)誤的解決方法
  • 解決ubuntu 16.04安裝mysql5.7.17后,登錄時(shí)出現(xiàn)ERROR 1045 (28000): Access denied for user ''root''@''localhost''問(wèn)題
  • MySQL ERROR 1045 (28000): Access denied for user ''root''@''localhost'' (using password: NO) 的原因分解決辦法
  • mysql登錄報(bào)錯(cuò)提示:ERROR 1045 (28000)的解決方法
  • MYSQL ERROR 1045 (28000): Access denied for user (using password: YES)問(wèn)題的解決

標(biāo)簽:福州 定西 無(wú)錫 三明 揚(yáng)州 山西 阿里 溫州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《解決mysql:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO/YES)》,本文關(guān)鍵詞  解決,mysql,ERROR,1045,28000,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《解決mysql:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO/YES)》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于解決mysql:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO/YES)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章