Skip to content

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

Merged
merged 3 commits into from
Aug 4, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2021

Bumps MySql.Data from 8.0.25 to 8.0.26.

Dependabot compatibility score

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 21, 2021
@hazzik
Copy link
Member

hazzik commented Jul 25, 2021

Stupid MySQL. What now?

@fredericDelaporte
Copy link
Member

Related to this?

The TLSv1 and TLSv1.1 connection protocols now are deprecated and support for them is subject to removal in a future version of Connector/NET.

The teamcity error does not leave much clues, but the AppVeyor errors tell about SSL: MySql.Data.MySqlClient.MySqlException : SSL Connection error.

@bahusoid
Copy link
Member

Should we simply disable SSL? (adding SslMode=none to connection string)

@hazzik
Copy link
Member

hazzik commented Jul 28, 2021

Should we simply disable SSL? (adding SslMode=none to connection string)

I've updated MySQL on the TC agent, it did help. I'll try to see what can be done with AppVeyor

@bahusoid
Copy link
Member

bahusoid commented Aug 3, 2021

I've updated MySQL on the TC agent, it did help.

But seems it broke 5.3.x - https://teamcity.jetbrains.com/buildConfiguration/bt868/3566933?buildTab=tests

@hazzik hazzik force-pushed the dependabot/nuget/MySql.Data-8.0.26 branch from ab55569 to b9e3cc5 Compare August 3, 2021 23:06
@hazzik
Copy link
Member

hazzik commented Aug 4, 2021

@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]>
@dependabot dependabot bot force-pushed the dependabot/nuget/MySql.Data-8.0.26 branch from b9e3cc5 to 723a831 Compare August 4, 2021 00:28
@hazzik
Copy link
Member

hazzik commented Aug 4, 2021

But seems it broke 5.3.x

Yeah, this fixed it:

adding SslMode=none to connection string

hazzik and others added 2 commits August 4, 2021 04:47
@hazzik hazzik merged commit 05da46b into master Aug 4, 2021
@hazzik hazzik deleted the dependabot/nuget/MySql.Data-8.0.26 branch August 4, 2021 22:09
@hazzik hazzik added this to the next minor milestone Aug 4, 2021
@bahusoid bahusoid mentioned this pull request Sep 27, 2021
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.

3 participants