J'ai trouvé un moyen de résoudre ce problème d'authentification. Je dois ajouter la commande suivante --default-authentication-plugin=mysql_native_password
et MYSQL_ROOT_PASSWORD=ppshein123456
sur docker-compose
fichier.
command: --default-authentication-plugin=mysql_native_password
restart: always
ports:
- 3306:3306
environment:
- MYSQL_ROOT_PASSWORD=ppshein123456
- MYSQL_ALLOW_EMPTY_PASSWORD=yes