MySQL Forums
Forum List  »  GIS

Re: Import SHP into MySQL.
Posted by: Monty Muth
Date: April 24, 2008 01:44PM

Download FWTools (Open Source GIS Binary Kit for Windows and Linux) from http://fwtools.maptools.org. This Kit includes the ogr2ogr tool.

ogr2ogr -f "MySQL" MySQL:"dbname,user=root,host=localhost,password=secret" -lco engine=MYISAM source.shp

Options: ReplyQuote


Subject
Views
Written By
Posted
31587
October 23, 2006 08:07AM
16502
November 17, 2006 02:51PM
14954
February 26, 2008 12:43AM
15905
November 17, 2006 03:29PM
10180
November 17, 2006 04:55PM
14783
May 04, 2008 06:20AM
10464
January 16, 2008 07:41AM
Re: Import SHP into MySQL.
24831
April 24, 2008 01:44PM


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.