MySQLdb.OperationalError: (1045, "Access denied for user 'openedx'@'10.250.16.43' (using password: YES)")

django.db.utils.OperationalError: (1045, “Access denied for user ‘openedx’@‘10.250.16.43’ (using password: YES)”)
[pid: 8|app: 0|req: 3/6] 10.250.16.33 () {30 vars in 336 bytes} [Tue Oct 17 06:27:45 2023] GET / => generated 0 bytes in 82 msecs (HTTP/1.1 500) 0 headers in 0 bytes (0 switches on core 0)
2023-10-17 06:27:55,132 ERROR 18 [root] [user None] [ip 10.250.16.33] signals.py:22 - Uncaught exception from None
Traceback (most recent call last):
File “/openedx/venv/lib/python3.8/site-packages/django/db/backends/base/base.py”, line 219, in ensure_connection
self.connect()
File “/openedx/venv/lib/python3.8/site-packages/django/utils/asyncio.py”, line 33, in inner
return func(*args, **kwargs)
File “/openedx/venv/lib/python3.8/site-packages/django/db/backends/base/base.py”, line 200, in connect
self.connection = self.get_new_connection(conn_params)
File “/openedx/venv/lib/python3.8/site-packages/django/utils/asyncio.py”, line 33, in inner
return func(*args, **kwargs)
File “/openedx/venv/lib/python3.8/site-packages/django/db/backends/mysql/base.py”, line 234, in get_new_connection
connection = Database.connect(**conn_params)
File “/openedx/venv/lib/python3.8/site-packages/MySQLdb/init.py”, line 123, in Connect
return Connection(*args, **kwargs)
File “/openedx/venv/lib/python3.8/site-packages/MySQLdb/connections.py”, line 185, in init
super().init(*args, **kwargs2)
MySQLdb.OperationalError: (1045, “Access denied for user ‘openedx’@‘10.250.16.43’ (using password: YES)”)

@MayuriSalve
Hi! As indicated by the banner at the top :point_up: this forum is no longer monitored. It is kept open for reference purposes only. You are strongly encouraged to move your question on the official Open edX forum: https://discuss.openedx.org/

Thanks!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.