I’ve encountered few problems in installing redash on my own linux.
- I can’t connect to my local mysql when I am adding it as my data source. I am able to connect to mysql from sql client such as dbeaver.
- Encountered server.css and js file not found during installation. Is the docker guideline in redash website in the correct order? I tried to follow it as much as I could and I end up connecting to redash from localhost:8080 instead of localhost:5000
- Tried to use a redash installation script (that setup.sh) and manage to open up redash locally on port 5000. However I want to do clean installation. How do I uninstall completely redash in my ubuntu linux?
Thanks for the response!