MySQL Forums
Forum List  »  GIS

Unable to use mysqldump with GEOMETRY column
Posted by: Michael Melvin
Date: August 10, 2007 08:57AM

I am currently using MySQL with a GEOMETRY column. When I run the mysqldump, and then try to import the dump, the GEOMETRY column is corrupted.

The database charset is UTF-8, and the tables are InnoDB. This is in MySQL 5.0.41.

Is there a different charset I should be using? I would have expected the mysqldump to have done a conversion to WKB or WKT on columns defined as GEOMETRY type.

-mike

Options: ReplyQuote


Subject
Views
Written By
Posted
Unable to use mysqldump with GEOMETRY column
4876
August 10, 2007 08:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.