I have installed ms4w in Windows 7. I get an error when I try to convert a shapefile to MySQL database using gdal-ogr ogr2ogr.exe.
This is the command I’m trying:
C:ms4wtoolsgdal-ogr>ogr2ogr -f MySQL MySQL:banyuwangigis,user=root,password=
-lco GEOMETRY_NAME=layerkecamatan c:ms4wappsbanyuwangigispetadasarshpadmin
polygon.shp
This is the resulting error:
MySQL driver does not support data source creation.
What have I missed?