#๐Ÿ”’ Django Mysql Access Denied

22 messages ยท Page 1 of 1 (latest)

latent vale
#

Im working with a django and mysql codebase, the author is someone else I dont know how it works properly there is no documentation, when I start the django server it gives an error:
django.db.utils.OperationalError: (1045, "Access denied for user 'DELL'*****@'localhost' (using password: YES)")

how to resolve this

river pendantBOT
#

@latent vale

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

small elk
#

It looks like the user DELL doesn't have permissions

latent vale
cursive shoal
#

it's possible the user doesn't have permissions from localhost

#

maybe try 127.0.0.1 instead, mysql can be weird about this

#

do you have root access into the db?

small elk
latent vale
small elk
#

After setting up the DB, you need to also set permissions in the DB

latent vale
small elk
#

Not from Django

latent vale
latent vale
small elk
latent vale
small elk
#

thats up to you

#

even better if you create your own and never share name and password with anyone

river pendantBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.