-
Notifications
You must be signed in to change notification settings - Fork 933
Bump MySql.Data from 8.0.25 to 8.0.26 #2870
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
Conversation
Stupid MySQL. What now? |
Related to this?
The teamcity error does not leave much clues, but the AppVeyor errors tell about SSL: |
Should we simply disable SSL? (adding |
I've updated MySQL on the TC agent, it did help. I'll try to see what can be done with AppVeyor |
But seems it broke 5.3.x - https://teamcity.jetbrains.com/buildConfiguration/bt868/3566933?buildTab=tests |
ab55569
to
b9e3cc5
Compare
@dependabot rebase |
Bumps MySql.Data from 8.0.25 to 8.0.26. --- updated-dependencies: - dependency-name: MySql.Data dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
b9e3cc5
to
723a831
Compare
Yeah, this fixed it:
|
Add SslMode=none to MySQL connection string
Bumps MySql.Data from 8.0.25 to 8.0.26.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)