christianxiaobai opened a new issue, #24469:
URL: https://github.com/apache/superset/issues/24469

   superset version: `superset 2.0`
   python version: `python 3.9`
   mysql version: `mysql 5.6`
   
   I have made the following changes to the configuration file.
   vim config.py
   
     SQLALCHEMY_DATABASE_URI = 'mysql://user_name:password@host/dbname'
     
     class CeleryConfig:
         broker_url = "sqla+mysql://user_name:password@host:3306/dbname"
         imports = ("superset.sql_lab",)
         result_backend = "db+mysql://user_name:password@host:3306/dbname"
   
   I am admin user,But I see the picture below 
   ![Uploading image.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.

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]

Reply via email to