Closed SOHELAHMED7 closed 6 months ago
Fix https://github.com/cebe/yii2-openapi/pull/167#issuecomment-2090778115
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
Possible fix which could work with 8.4 and higher:
Adding this to docker-compose.yml:
docker-compose.yml
command: mysqld --mysql-native-password=ON
Suggestion applied with success.
Thank you!
Fix https://github.com/cebe/yii2-openapi/pull/167#issuecomment-2090778115
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