Score:1

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) docker

no flag

I have tried accessing the docker container mysql command line from outside of the docker container and from within. I am receiving the error above each time. I have also reset the docker container and that also failed to work. I have used the following commands

docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql sudo docker exec -it CONTAINER mysqldump -h localhost -P 3306 = protocol = tcp -u root -p PASSWORD DATABASE > LOCATION

vn flag
You're not using the right password. Consult your image's documentation for the default one, or reset it.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.