MySQL error code
MySQL error 1131
MySQL server error 1131 is ER_PASSWORD_ANONYMOUS_USER, reported with SQLSTATE 42000.
You are using MySQL as an anonymous user and anonymous users are not allowed to change passwords
| Error | 1131 |
|---|---|
| Name | ER_PASSWORD_ANONYMOUS_USER |
| SQLSTATE | 42000 |
| Group | Server errors |
In other databases
Source: MySQL 8.4 Error Reference