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
31537
October 23, 2006 08:07AM
16488
November 17, 2006 02:51PM
14941
February 26, 2008 12:43AM
15890
November 17, 2006 03:29PM
10170
November 17, 2006 04:55PM
14762
May 04, 2008 06:20AM
10452
January 16, 2008 07:41AM
Re: Import SHP into MySQL.
24814
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.