MySQL error code
MySQL error 3644
MySQL server error 3644 is ER_CANNOT_ALTER_SRID_DUE_TO_INDEX, reported with SQLSTATE HY000.
The SRID specification on the column '%s' cannot be changed because there is a spatial index on the column. Please remove the spatial index before altering the SRID specification.
| Error | 3644 |
|---|---|
| Name | ER_CANNOT_ALTER_SRID_DUE_TO_INDEX |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference