betodealmeida commented on issue #13333: URL: https://github.com/apache/superset/issues/13333#issuecomment-799789754
We had a similar problem authenticating against MySQL 8 because of a new plugin. I solved by using the `mysql-connector-python` module, and changing the URI to `mysql+mysqlconnector://...`. ---------------------------------------------------------------- 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]
