I am a student (using Ubuntu
) who has recently started with studying database
and django
.
I have been trying to open one of my team member's django web
, but when I type
python manage.py runserver
it shows me a message at the end saying
django.db.utils.OperationalError: (1698, "Access denied for user 'root'@'localhost'")
Is there any good solution for this problem? I have been searching for similar problems, but still haven't found a good solution yet. Please let me know if there is any other additional information needed. Thank you.