Re: [Django] #35228: django.db.utils.OperationalError: (1044, "Access denied for user 'xyz'@'localhost' to database 'product'")

2024-02-17 Thread Django
#35228: django.db.utils.OperationalError: (1044, "Access denied for user
'xyz'@'localhost' to database 'product'")
-+-
 Reporter:  Amit Malaker |Owner:  nobody
 Type:  Uncategorized|   Status:  closed
Component:  Database layer   |  Version:  5.0
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  invalid
 Keywords:  mysql, db,   | Triage Stage:
  connection |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by David Sanders):

 * resolution:   => invalid
 * status:  new => closed

Comment:

 Hi,

 The issue tracker is not a place to seek help with using Django – for that
 you'll need to go to the forum or Discord where a friendly member of the
 community will assist you: https://www.djangoproject.com/community/
-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018dbafd5dd7-084292b5-e7da-4f29-9ac1-f9440d23de93-00%40eu-central-1.amazonses.com.


[Django] #35228: django.db.utils.OperationalError: (1044, "Access denied for user 'xyz'@'localhost' to database 'product'")

2024-02-17 Thread Django
#35228: django.db.utils.OperationalError: (1044, "Access denied for user
'xyz'@'localhost' to database 'product'")
-+-
   Reporter:  amit-asl   |  Owner:  nobody
   Type: | Status:  new
  Uncategorized  |
  Component:  Database   |Version:  5.0
  layer (models, ORM)|   Keywords:  mysql, db,
   Severity:  Normal |  connection
   Triage Stage: |  Has patch:  0
  Unreviewed |
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-
 It's been a while since I am having issues with integrating django with
 mysql. Right Now, I am using django 3.1 and mysql 5.7. The issue, as you
 can see, the django mysql client cannot connect to the server with the
 given credential. Note for you, I have created the user with the name and
 password and checked locally with the mysql cli client **mysql -u xyz -p**
 . There it worked fine. I have manually created the user and provided all
 grant privileges as well.

 One important thing that I want to add that I came to test it locally when
 I got issues with the docker compose first. I think the problem arises
 from the internal django mysql client. Another follow up question is to
 you that if it is possible to change django mysql client.

 Waiting for your response
 Thank you
-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018dbadd3f25-4d85149e-971a-48b1-b547-fa975cfa120a-00%40eu-central-1.amazonses.com.