Access denied for user [email protected]
忘記了root密碼,或者刪了root的一些許可權,換來一堆報錯,比如
ERROR 1142 (42000): SELECT command denied to user 'root'@'localhost' for tab
ERROR 1045 (28000): Access denied for user 'root'@'localhost'
這個時候最好別慌,如果是用Navicat,這個時候千萬別關閉連結。馬上把使用者建立回來,並且不要吝嗇許可權,能給它配的全配了。不過這都是理想狀態,可能慌張,可能是在清潔髒使用者就想著“惜權”不配全部許可權。好吧,萬一最糟糕的發生了呢?還是說說如何補救。
救場步驟:
1,修改/etc/my.cnf配置,繞過許可權判斷
[mysqld]
skip-grant-tables
2,重啟mysql,進入控制檯(此時已無需密碼),先重新整理許可權。記住先別忙著就操作許可權和密碼,先執行以下語句,否則你的操作依然會繼續報錯。
flush privileges;
3,然後重置root密碼,或者給root新增許可權。
update mysql.user set authentication_string=password('新密碼') where user='root';//mysql 5.7
grant all privileges on *.* to[email protected]'localhost';
4,最後還原一下my.cnf,然後重啟。
相關推薦
Access denied for user <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="3b4954544f7b5754585a575354484f">[email160;protected]
忘記了root密碼,或者刪了root的一些許可權,換來一堆報錯,比如 ERROR 1142 (42000): SELECT command denied to user 'root'@'localhost' for tabERROR 1045 (28000): Access denied for us
mysql Access denied for user <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="25574a4a5165494a4644494d4a5651">[email160;prot
今天做一個遊戲,伺服器呼叫mysql,查詢使用者名稱密碼,結果怎麼也登入不上mysql,在網上找到一個網友的解決方法,按照他的方式一步一步解決了。 問題重現(以下討論範圍僅限Windows環境): C:\Users\Administrator> mysql
mysql Access denied for user <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="93e1fcfce7d3fffcf0f2fffbfce0e7">[email160;prot
好久沒有使用mysql,突然想起來開啟一個以前的mysql資料庫的專案看看,結果開啟頁面時出錯,提示為:mysql Access denied for user [email protected]錯誤 百度了一下,網上說要改my.ini,於是我到mysql的安裝目錄C:\Program Files
Win7環境下安裝mysql報錯1045:Access denied for user <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="bbc9d4d4cffbd7d4d8dad7d3d4c8cf">[
之前安裝mysql時就折騰了好久,今天電腦崩潰,重灌系統,重灌mysql又遇到了問題,在此做一個記錄。解決過程中主要參考了MySQL 1045登入失敗完美解決方案。 解決思路大體上為通過免密方式登入mysql,然後對密碼進行修改。 問題如下:裝好mysql後,管理員開啟命令列,用mysq
關於問題 mysql"Access denied for user <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0a7865657e4a6665696b666265797e">[email
1.問題來源: 最近由LAMP轉到LNMP,初次使用LNMP,為了快速入門,直接安裝LNMP組合安裝包。 當啟動mysql資料庫時,出現如下的錯誤資訊 ERROR 1045 (28000): Access denied for user 'r
關於問題 mysql"Access denied for user <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="e4968b8b90a4888b8785888c8b9790">[email160
+-----------+------+-------------------------------------------+ | host | user | password | +-----------+---
mysql Access denied for user <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="6614090912260a0905070a0e091512">[email160;prot
問題重現(以下討論範圍僅限Windows環境): C:\AppServ\MySQL> mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localh
ERROR 1045 (28000): Access denied for user <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="b1c3dedec5f1ddded2d0ddd9dec2c5">[e
Ubuntu16.04版本下安裝mysql,在workbench中可以進入資料庫,但是在命令列下執行mysql報錯, mysql -u -root -p出現ERROR 1045 (28000)的錯誤
Mysql Access denied for user <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="c9bba6a6bd89a5a6aaa8a5a1a6babd">[email160;prot
mysql Access denied for user \'root\'@\'localhost\'”解決辦法總結,下面我們對常見的出現的一些錯誤程式碼進行分析並給出解決辦法,有需要的朋友可參考一下。 錯誤程式碼 1045 Access denied for us
【MySQL】Access denied for user '<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="34465b5b4074585b5755585c5b4740">[email160;pr
這個問題折磨了我幾個小時,現在把解決的過程記錄一下,希望對其他也遇到這個問題的人有所幫助。 我安裝的是MySQL5.7.14,在MySQL5.6之後root賬戶的預設密碼就不是空了,如果還是用空密碼登陸的話肯定一直報這個錯誤。要不就是忘記了安裝設定的密碼,要不就是自
<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="cea9a7ba8ea9a7baa6bbace0ada1a3">[email160;protected]a>: Permission denied
Error msg [email protected]: Permission denied (publickey) 或者: remote: Permission to xxx/test.git denied to xxx. 等由於許可權切換問題 錯誤原因: 賬號切換, 原賬號
Unable to resolve dependency for ':<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="56372626163233342331">[email160;prot
今天匯入Android專案的時候突然遇到了一個問題,‘Unable to resolve dependency’ 有點頭疼,然後就在網上找了很多方法,發現都不行,最後發現,原來是 這個檔案的配置出了錯,我新匯入的gradle-4.6-all.zip,我的專案的是gradle-4.4
碼雲<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="93f4fae7d3f4fae7f6f6bdf0fcfe">[email160;protected]a>: Permission denied
以前我都git也沒有問題,最近下載程式碼,提交總是報錯,百度下,大致是這樣的 報錯是因為碼雲沒有你機器的公鑰 所以,你要生成公鑰並配置到碼雲 #生成: ssh-keygen -t rsa -C "gitee.com" # 一直按回車即可生成 ssh key #生成的key在 ~/.s
Unable to resolve dependency for :<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5b3a2b2b1b3f3e23142b2f32343528">[email160
這個是android studio 3.0的坑 如果你的專案裡面有好多個依賴module就會報很多行相似的錯誤原因是你的app下面的build.gradel裡面的buildTypes{ debug{ ... } release{ ..
Android Studio報錯Unable to resolve dependency for ':<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="721302023200171e">[email
Android Studio報錯Unable to resolve dependency for’:[email protected]/compileClasspath’:無法引用任何外部依賴的解決辦法 Android Studio 在引用外部依賴時
unable to resolve dependency for <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="4322333303">[email160;protected]a>。。。解決方
最近把android studio升級到了3.2,出了一堆問題,主要就是無法更新無法下載之類的。 包括出現的: unable to resolve dependency for [email protected]。。。 Open File Show
gradle升到4.4後,報Unable to resolve dependency for ':<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="1d7c6d6d5d79787f687a">[email
Android studio可以升級到3.1了,預設用的是gradle4.4修改為distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zipbuildscript { re
shell腳本中的$# $0 <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="f8dcb8">[email160;protected]a> $* $$ $! $?的意義
腳本 $* width 上一個 pre shell int .cn height 轉載自:http://www.cnblogs.com/davygeek/p/5670212.html 今天學寫腳本遇到一些變量不認識,在此做下記錄。 變量 含義 $0 當前腳本的文件
shell中$*與<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="b296f2">[email160;protected]a>的區別
劃分 位置 一個 這也 差異 獨立 [email protected] 情況 雙引號 $*所有的位置參數,被作為一個單詞 註意:"$*"必須被""引用 [email protected] 與$*同義,但是每個參數都是一個獨立的""引用字串,這就意味著參數
Spring4.0系列<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="aa9f87eae9c5c4cec3dec3c5c4cbc6">[email160;protected]a>
one window 標識 cto ace ted ada bsp 布爾 這篇文章介紹Spring 4的@Conditional註解。在Spring的早期版本你可以通過以下方法來處理條件問題: 3.1之前的版本,使用Spring Expression Langua