Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from pony.orm import *
- db = Database()
- db.bind('mysql',host= 'example.com',user='point3hu_leo', password = 'xxxjoey',db = 'point3hu_data')
- 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