<@U0RQY0KK5> this command from the docs: ` docker...
# prisma-whats-new
h
@nilan this command from the docs:
docker exec -it prisma-db mysql -u root --host 127.0.0.1 --port 3306 --password=prisma
Does not seem to work for me on a fresh project. I get this rejection:
Copy code
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
k
try with password=graphcool That works for me, seems there is some leftover from the name change
Albeit that raises the question how to configure the db password for production deploys...
h
@kriswep thank you, that worked. and yes, same question.