liuyuchuan edited a comment on issue #10396: URL: https://github.com/apache/incubator-superset/issues/10396#issuecomment-675217932
OMG! The problem is solved after i installed the pymysql driver like this: `pip install pymysql` then i use the SQLAlchemy URI like this: `mysql+pymysql://root:[email protected]:3306/superset `  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
