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

Mysql connection string invalid #134

Closed
Nox-404 opened this issue May 17, 2021 · 0 comments · May be fixed by #135
Closed

Mysql connection string invalid #134

Nox-404 opened this issue May 17, 2021 · 0 comments · May be fixed by #135

Comments

@Nox-404
Copy link

Nox-404 commented May 17, 2021

Hello,
it seems you parse the connection string to rebuild them, that limits the connection string capabilities, why not just use the connection string as-is ?

Also, the connection string for mysql is invalid for the driver, it should be something like this:
username:password@tcp(hostname:3306)/db_name?some=option

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

Successfully merging a pull request may close this issue.

1 participant