<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have two goals:<o:p></o:p></p><p class=MsoNormal>1) Use ogr2ogr to get polygon data into MySQL in a non-blob format (i.e. I was hoping for WKT)<o:p></o:p></p><p class=MsoNormal>2) Get the full polygon dbf table into the same database...<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have figured out a way to get data into a MySQL database using (in FWTools Shell). It is a total hack (from what I can tell the '-update' and '-overwrite' commands don't work for me, nor does the engine=MYISAM):<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 1 (FWTools Shell):<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>ogr2ogr -f "MySQL" MYSQL:"test,host=27.0.0.1,user=root,port=3306" -nln test_poly -a_srs "EPSG:3857" <path to shapefile> <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Tables are generated, but no data....<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 2 (MySql Workbench):<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Go to the 'test_poly' table, and manually set it's engine to "MYIASM"  ..<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Step 3 (FWTools Shell):<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>C:>ogr2ogr -f "MySQL" MYSQL:"test,host=127.0.0.1,user=root,port=3306"<o:p></o:p></p><p class=MsoNormal>-nln test_poly -a_srs "EPSG:3857" -update -append <shapefile path><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Now I see the data (**as a BLOB...need WKT have to parse…unless there is someway to parse Geometry from BLOB***) and can load it into QGIS...but totally at a loss how to achieve getting the .dbf in the same database and get to the WKT format in MySQL.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Can anyone share some guidance?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thank ye!!!<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Arielle Simmons<o:p></o:p></p><p class=MsoNormal><span style='font-family:"Arial","sans-serif"'><o:p> </o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>