I am using Navicat Premium to Migrate my Data from Postgresql to Mysql.
I am facing a strang error while migration. It says that Migration is not possible due to Geometry object not available.
I am pasting the logs here..
[Msg] [Dtf] DataTransfer started
[Msg] [Dtf] Getting tables properties
[Msg] [Dtf] Getting tables fields
[Msg] [Dtf] Getting tables constraints
[Msg] [Dtf] Getting tables indexes
[Msg] [Dtf] Getting total records count
[Msg] [Dtf] Drop table: `geom_data`
[Err] [Dtf] 80120001: Source data type [geometry] not supported
[Err] [Dtf] Finished - Unsuccessfully
--------------------------------------------------
What could be the problem.. Can I migrate Postgresql Spatial data to MySql?? Any alternative? Any way out??