1045, "Access denied: user 'root'@'localhost' (no password used)"
P粉014293738
P粉014293738 2024-03-26 13:40:28
0
1
457

I'm using xampp and vagrant to run my project but whenever I try to makemigration or run the server I get this error

django.db.utils.OperationalError: (1045, "Access is denied for user 'root'@'localhost' (using Password: No)")

This is my connection data

I am using vagrant to run my project

Full error:

So what is the error?

P粉014293738
P粉014293738

reply all(1)
P粉329425839

If you launch it from the command line, you may have to define environment variables in that command line (see here)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template