1 min readJan 26, 2018
Hey Scott, I’m getting the following error when I run this:
2003, “Can’t connect to MySQL server on %r (%s)” % (self.host, e))
sqlalchemy.exc.OperationalError: (OperationalError) (2003, “Can’t connect to MySQL server on ‘personal-crm-db.ci0dw4blckee.us-east-1.rds.amazonaws.com’ ([Errno 60] Operation timed out)”) None None
Any ideas on how to fix it?