Mysql
 sql >> Datenbank >  >> RDS >> Mysql

NodeJS konnte keine Verbindung zur neuesten MYSQL-Version im Docker-Container herstellen

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