Is it possible to run a model in ArcMap 10.3 and export directly to a MySQL table? Preferably avoiding ArcSDE as well.
1 Answer
You can connect to MySQL using OLE DB connection and then use the connection in your model. If you can, it might be easier to write a tiny Python script that you could invoke as part of the model. In the Python script, you would have a more fine-grained control over the table creation as you can use the SQL.
No ArcSDE will be involved whatsoever because ArcGIS doesn't support having MySQL as an enterprise geodatabase.