MySQL error code
MySQL error 3189
MySQL server error 3189 is ER_USER_COLUMN_OLD_LENGTH, reported with SQLSTATE HY000.
It seems that your db schema is old. The %s column is 77 characters long and should be 93 characters long. Please perform the MySQL upgrade procedure.
| Error | 3189 |
|---|---|
| Name | ER_USER_COLUMN_OLD_LENGTH |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference