我正在使用远程数据库获取数据
from sqlalchemy import create_engine
即使以前对我有用,但现在不起作用。我无法从远程服务器获取数据。提示显示此错误:
OperationalError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '13.250.191.87' (timed out)") (Background on this error at: http://sqlalche.me/e/e3q8)