Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Fix Github Action #170

Merged
merged 8 commits into from
May 6, 2024
Merged

Fix Github Action #170

merged 8 commits into from
May 6, 2024

Conversation

SOHELAHMED7
Copy link
Contributor

Fix #167 (comment)

Newer version of Mysql in Docker is causing this. Most likely this is it. https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html

At this moment I am using 8.0.37 to fix this issue temporarily

@cebe
Copy link
Owner

cebe commented May 3, 2024

Possible fix which could work with 8.4 and higher:

Adding this to docker-compose.yml:

command: mysqld --mysql-native-password=ON

@SOHELAHMED7
Copy link
Contributor Author

Suggestion applied with success.

@cebe cebe merged commit e5b0ccd into cebe:master May 6, 2024
7 checks passed
@cebe
Copy link
Owner

cebe commented May 6, 2024

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants