MySQL error code
MySQL error 4102
MySQL server error 4102 is ER_SET_PASSWORD_AUTH_PLUGIN_ERROR, reported with SQLSTATE HY000.
SET PASSWORD has no significance for user '%s'@'%s' as the authentication method used doesn't store authentication data in the MySQL server. Please consider using ALTER USER instead if you want to change authentication parameters.
| Error | 4102 |
|---|---|
| Name | ER_SET_PASSWORD_AUTH_PLUGIN_ERROR |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference