Skip to content

Instantly share code, notes, and snippets.

@rugbyprof
Created June 16, 2014 22:16
Show Gist options
  • Save rugbyprof/b1f913512c02d35ec2f8 to your computer and use it in GitHub Desktop.
Save rugbyprof/b1f913512c02d35ec2f8 to your computer and use it in GitHub Desktop.
Add shapefile to MySQL
ogr2ogr -f MySQL MySQL:DATABASENAME,host=localhost,user=USER,password=PASSWORD SHAPEFILE.shp -nln TABLENAME -update -overwrite -lco engine=MYISAM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment