MySQL Forums
Forum List  »  GIS

Re: Very long polygon in WKB kills MySQL
Posted by: Benny Giesbers
Date: March 16, 2006 07:48AM

I had the same problem last week with some large multipolygons in WKT. It was fixed by adding/changing the following in the [mysqld]-section of your my.ini:

max_allowed_packet=16M

max_allowed_packet is 1M by default (I think), so it will probably work if your INSERT is bigger. Good luck!

Ps: Could you share that .SHP translation tool please? I'm having another problem with some geometries and maybe your tool works for me. I posted about it here : http://forums.mysql.com/read.php?23,74163,74163



Edited 1 time(s). Last edit at 03/16/2006 07:49AM by Benny Giesbers.

Options: ReplyQuote


Subject
Views
Written By
Posted
4318
January 25, 2006 11:54AM
Re: Very long polygon in WKB kills MySQL
3009
March 16, 2006 07:48AM


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.