MySQL error code
MySQL error 3643
MySQL server error 3643 is ER_WRONG_SRID_FOR_COLUMN, reported with SQLSTATE HY000.
The SRID of the geometry does not match the SRID of the column '%s'. The SRID of the geometry is %lu, but the SRID of the column is %lu. Consider changing the SRID of the geometry or the SRID property of the column.
| Error | 3643 |
|---|---|
| Name | ER_WRONG_SRID_FOR_COLUMN |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference