fly904021125 commented on issue #10396: URL: https://github.com/apache/superset/issues/10396#issuecomment-1080097537
> 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 ` > > and i use the uri like this is work too. `mysql+mysqlconnector://root:[email protected]:3306/superset ` > >  > > i want to know why i can't use the SQLAlchemy URI like this: > > ``` > mysql+mysqldb://root:[email protected]:3306/superset > or > mysql://root:[email protected]:3306/superset > ``` it also works for me. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
