Hello! I'm trying to synchronize the data that I h...
# troubleshoot
s
Hello! I'm trying to synchronize the data that I have on a local instance of MySQL with docker container datahub but it stays freeze on this state. MySQL instance runs on localhost:3306 and it's MySQL 8.0.32 version (i attach a picture). My Ingestion file is the following one:
1
a
are the versions the same for each instance? It could be a memory issue in docker
s
Hi @astonishing-answer-96712, thank you for your response. You mean mySQL versions?
I think that the docker one is the 5.7
image.png
and the one I have installed on localhost is the 8.0.32
i saw the error, it was about the url i was using to connect. There wasn't connectivity between mysql (local) and docker. Thank you Paul