QGIS LTS & MySQL SRID errors
I am trying to setup QGIS to save polygons to a new MySQL table. When saving data, I get this error.
OGR error creating feature -15: MySQL error message:SRID value is out of range in 'st_geomfromtext' Description: INSERT INTO \
serviceAreas` (`geom` , `name`, `status`) VALUES (ST_GeomFromText('POLYGON ((geometry omitted))',-2) , NULL, NULL)`
It looks like QGIS is providing a SRID of -2, but 4326 is set for the layer and in MySQL. Any suggestions?