Skip to content
New issue

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

fix DumpSchema for MySQL and CockroachDB #833

Closed
wants to merge 1 commit into from

Conversation

alnr
Copy link
Contributor

@alnr alnr commented Feb 20, 2024

mysqldump would previously try to connect through a Unix socket if the host (-h) flag was given as localhost. This change forces a TCP connection. Connecting through a Unix socket is still supported.

cockroach sql would previously always connect on the default port. This change uses the actual DSN information to dump the schema. I've also removed the useless comments from the output.

mysqldump would previously try to connect through a Unix socket if the host (-h) flag was given as "localhost". This change forces a TCP connection. Connecting through a Unix socket is still supported.

cockroach sql would previously always connect on the default port. This change uses the actual DSN information to dump the schema.
Copy link

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment. Otherwise, this will be closed in 7 days.

@github-actions github-actions bot added the stale label Apr 14, 2024
Copy link

This PR was closed because it has been stalled for 45+7 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants