Ho trovato un modo per risolvere il problema di autenticazione. Devo aggiungere il seguente comando --default-authentication-plugin=mysql_native_password
e MYSQL_ROOT_PASSWORD=ppshein123456
su docker-compose
file.
command: --default-authentication-plugin=mysql_native_password
restart: always
ports:
- 3306:3306
environment:
- MYSQL_ROOT_PASSWORD=ppshein123456
- MYSQL_ALLOW_EMPTY_PASSWORD=yes