Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. return Connection(*args, **kwargs)
  2. File "/app/.heroku/python/lib/python3.6/site-packages/pymysql/connections.py", line 706, in __init__
  3. self.connect()
  4. File "/app/.heroku/python/lib/python3.6/site-packages/pymysql/connections.py", line 932, in connect
  5. self._request_authentication()
  6. File "/app/.heroku/python/lib/python3.6/site-packages/pymysql/connections.py", line 1152, in _request_authentication
  7. auth_packet = self._read_packet()
  8. File "/app/.heroku/python/lib/python3.6/site-packages/pymysql/connections.py", line 1014, in _read_packet
  9. packet.check_error()
  10. File "/app/.heroku/python/lib/python3.6/site-packages/pymysql/connections.py", line 393, in check_error
  11. err.raise_mysql_exception(self._data)
  12. File "/app/.heroku/python/lib/python3.6/site-packages/pymysql/err.py", line 107, in raise_mysql_exception
  13. raise errorclass(errno, errval)
  14. peewee.OperationalError: (1045, "Access denied for user 'sql8189314'@'ec2-54-87-45-32.compute-1.amazonaws.com' (using password: YES)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement