Ich habe einen Weg gefunden, dieses Authentifizierungsproblem zu beheben. Ich muss den folgenden Befehl hinzufügen --default-authentication-plugin=mysql_native_password
und MYSQL_ROOT_PASSWORD=ppshein123456
auf docker-compose
Datei.
command: --default-authentication-plugin=mysql_native_password
restart: always
ports:
- 3306:3306
environment:
- MYSQL_ROOT_PASSWORD=ppshein123456
- MYSQL_ALLOW_EMPTY_PASSWORD=yes