Mysql[MariaDB] - 未知错误 1130

2021-11-17 00:00:00 mariadb mysql archlinux

我正在尝试连接到数据库,但出现此错误:

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-密码

相关文章