Guest User

Untitled

a guest
Feb 18th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. from pony.orm import *
  2. db = Database()
  3.  
  4. db.bind('mysql',host= 'example.com',user='point3hu_leo', password = 'xxxjoey',db = 'point3hu_data')
  5.  
  6. pony.orm.dbapiprovider.OperationalError: (1045, "Access denied for user 'point3hu_leo'@'197.253.66.85' (using password: YES)")
Advertisement
Add Comment
Please, Sign In to add comment