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

Switch db adapter from mysql2 to trilogy #1982

Merged
merged 7 commits into from
Mar 1, 2024
Merged

Switch db adapter from mysql2 to trilogy #1982

merged 7 commits into from
Mar 1, 2024

Conversation

nimmolo
Copy link
Contributor

@nimmolo nimmolo commented Mar 1, 2024

Note

To get on trilogy, devs must log into mysql locally:

$ mysql -u root -p

and run the following command:

mysql> ALTER USER 'mo'@'localhost' IDENTIFIED WITH mysql_native_password BY 'mo';

@nimmolo nimmolo changed the title Mysql2 to trilogy Switch db adapter from mysql2 to trilogy Mar 1, 2024
@coveralls
Copy link
Collaborator

coveralls commented Mar 1, 2024

Coverage Status

coverage: 94.421%. remained the same
when pulling 7a0bb27 on mysql2-to-trilogy
into b03354b on main.

@nimmolo nimmolo marked this pull request as ready for review March 1, 2024 02:41
@nimmolo nimmolo merged commit 353d7b4 into main Mar 1, 2024
5 checks passed
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

2 participants