We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pgloader version "3.6.10~devel" compiled with SBCL 2.2.9.debian
docker run --rm -it ghcr.io/dimitri/pgloader:latest pgloader mysql://ashraf:[email protected]:3306/sakila postgresql://ashraf:[email protected]/pagila
ERROR mysql: Failed to connect to mysql at "localhost" (port 3306) as user "ashraf": Condition USOCKET:CONNECTION-REFUSED-ERROR was signalled.
The text was updated successfully, but these errors were encountered:
pgloader version: pgloader version "3.6.10~devel" compiled with SBCL 2.2.9.debian Command: docker run --rm -it ghcr.io/dimitri/pgloader:latest pgloader mysql://ashraf:[email protected]:3306/sakila postgresql://ashraf:[email protected]/pagila Error: ERROR mysql: Failed to connect to mysql at "localhost" (port 3306) as user "ashraf": Condition USOCKET:CONNECTION-REFUSED-ERROR was signalled. Screenshot:
In your docker command, try replacing "localhost/127.0.0.1" with "host.docker.internal". So it will instead become:
Reference: https://docs.docker.com/desktop/features/networking/#i-want-to-connect-from-a-container-to-a-service-on-the-host
Sorry, something went wrong.
pgloader version: pgloader version "3.6.10~devel" compiled with SBCL 2.2.9.debian Command: docker run --rm -it ghcr.io/dimitri/pgloader:latest pgloader mysql://ashraf:[email protected]:3306/sakila postgresql://ashraf:[email protected]/pagila Error: ERROR mysql: Failed to connect to mysql at "localhost" (port 3306) as user "ashraf": Condition USOCKET:CONNECTION-REFUSED-ERROR was signalled. Screenshot: In your docker command, try replacing "localhost/127.0.0.1" with "host.docker.internal". So it will instead become: docker run --rm -it ghcr.io/dimitri/pgloader:latest pgloader mysql://ashraf:[email protected]:3306/sakila postgresql://ashraf:[email protected]/pagila Reference: https://docs.docker.com/desktop/features/networking/#i-want-to-connect-from-a-container-to-a-service-on-the-host
I got the same error.
No branches or pull requests
pgloader version "3.6.10~devel" compiled with SBCL 2.2.9.debian
docker run --rm -it ghcr.io/dimitri/pgloader:latest pgloader mysql://ashraf:[email protected]:3306/sakila postgresql://ashraf:[email protected]/pagila
ERROR mysql: Failed to connect to mysql at "localhost" (port 3306) as user "ashraf": Condition USOCKET:CONNECTION-REFUSED-ERROR was signalled.
The text was updated successfully, but these errors were encountered: