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

Use mysql2 instead of Mysql #1

Merged
merged 15 commits into from Apr 18, 2022
Merged

Use mysql2 instead of Mysql #1

merged 15 commits into from Apr 18, 2022

Conversation

Qrious
Copy link

@Qrious Qrious commented Apr 3, 2022

We are encountering 'ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client'

This PR attempts to solve that by using mysql2 package instead of mysql, which have not yet fixed the issue.

@codecov
Copy link

codecov bot commented Apr 9, 2022

Codecov Report

❗ No coverage uploaded for pull request base (master@f55f35a). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             master        #1   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?         1           
  Lines             ?       203           
  Branches          ?         0           
==========================================
  Hits              ?       203           
  Misses            ?         0           
  Partials          ?         0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f55f35a...7a447d7. Read the comment docs.

@Qrious Qrious merged commit 3815000 into master Apr 18, 2022
@Qrious Qrious deleted the mysql2 branch April 18, 2022 08:59
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 this pull request may close these issues.

None yet

1 participant