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

Replace mysql npm module with mysql2 #411

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

danielbeardsley
Copy link
Member

Our DB recently changed which auth mechanisms were allowed. We disabled the native password option (the only one that the mysql npm module supports). Thankfully, the mysql2 module is way more popular now and supports the auth we want and the api is nearly identical.

Our DB recently changed which auth mechanisms were allowed. We disabled
the native password option (the only one that the mysql npm module
supports). Thankfully, the mysql2 module is way more popular now and
supports the auth we want and the api is nearly identical.
@danielbeardsley danielbeardsley force-pushed the mysql--update-npm-module branch from 56a6d57 to 8157ac4 Compare August 30, 2024 22:08
Copy link
Member

@sctice-ifixit sctice-ifixit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR 🎏

@danielbeardsley
Copy link
Member Author

QA 👍 The dev deployment is working!

@danielbeardsley danielbeardsley merged commit 5287a66 into master Aug 30, 2024
1 check passed
@danielbeardsley danielbeardsley deleted the mysql--update-npm-module branch August 30, 2024 22:22
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.

2 participants