You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using docker-compose to deploy mrdoc-nginx:0.7.6-with-mysql.
ERROR:
File "/usr/local/lib/python3.7/site-packages/MySQLdb/connections.py", line 185, in init
super().init(*args, **kwargs2)
MySQLdb._exceptions.OperationalError: (1045, "Access denied for user '7d6a4'@'172.31.0.3' (using password: YES)")
django.db.utils.OperationalError: (1045, "Access denied for user '7d6a4'@'172.31.0.3' (using password: YES)")
Using docker-compose to deploy mrdoc-nginx:0.7.6-with-mysql.
ERROR:
File "/usr/local/lib/python3.7/site-packages/MySQLdb/connections.py", line 185, in init
super().init(*args, **kwargs2)
MySQLdb._exceptions.OperationalError: (1045, "Access denied for user '7d6a4'@'172.31.0.3' (using password: YES)")
django.db.utils.OperationalError: (1045, "Access denied for user '7d6a4'@'172.31.0.3' (using password: YES)")
docker-compose.yml
Solution?
https://stackoverflow.com/questions/17425523/python-mysql-operationalerror-1045-access-denied-for-user-rootlocalhost
The text was updated successfully, but these errors were encountered: