本文介紹了Mysql[MariaDB] - 未知錯誤 1130的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!
問題描述
我正在嘗試連接到數(shù)據(jù)庫,但出現(xiàn)此錯誤:
I'm trying to connect to a database and I'm getting this error:
ERROR 1130 (HY000): 未知錯誤 1130
這是我正在使用的命令:
Here is a command which I'm using:
mysql --host HOSTNAME --user MYUSERNAME -p MYDATABASENAME
我使用的是 Arch Linux.在此先感謝您的幫助!
I'm using Arch Linux. Thanks in advance for the help !
推薦答案
try mysqld --skip-grant-table
不知道為什么,但正如她報告的那樣,這對我的隊友有所幫助.
try mysqld --skip-grant-table
Not sure why but it helped my teammate as she reported.
此處有更多詳細信息.https://www.howtoforge.com/setting-changed-resetting-mysql-root-密碼
這篇關(guān)于Mysql[MariaDB] - 未知錯誤 1130的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!
【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!