erikgardea commented on issue #14862: URL: https://github.com/apache/superset/issues/14862#issuecomment-850616963
Thanks for the quick response Srini. I tried the 3rd option but it didn't make a difference. Here is the connection string: -mysql://remote:[email protected]/product_usage?charset=utf8 The outcome is the same: 1. I am able to Test the Connection 2. When clicking on the Connect button I get the same error. So, it seems like the driver is there, it's able to test the connection, but when it gets to scqalchemy, something happens to the host parameter, BTW, on the first connection string I shard, **mysql1** is the actual docker host name, so that parameter is valid. One interesting thing though this that, I tried to duplicate the already existing Postgres database by adding the exact same parameters and I got the same behavior meaning, I am able to test the connection, but when clicking on the Connect button, it throws the same error. Thanks in advance. Erik Gardea <img width="1065" alt="Screen Shot 2021-05-28 at 12 09 39 PM" src="https://user-images.githubusercontent.com/84901205/120031427-a39aa300-bfad-11eb-9b7a-09c3ed60d121.png"> -- 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]
