Re: [gdal-dev] Connect ogr2ogr without socket

2022-03-23 Thread Felipe Matas via gdal-dev
Well, I was using bad the syntax, and if instead of localhost I use the numbers, works, at least half of it.., I'll check this more instead ask here first, to confirm here where to ask. Thx :) El miércoles, 23 de marzo de 2022, 03:21:06 p. m. GMT-3, Felipe Matas via gdal-dev escribió:

[gdal-dev] Connect ogr2ogr without socket

2022-03-23 Thread Felipe Matas via gdal-dev
Hi, I'm testing a new db that is dolt, is like git in db, literally, but that db does not support connection through socket, but the db is mysql, or like a simulation of it, I'm trying this to check the connection: ogrinfo MySQL:"host=127.0.0.1 port=3306 user='root' password='' dbname='test'" I