Seaquel
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.
Error3189
NameER_USER_COLUMN_OLD_LENGTH
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference