【发布时间】:2021-09-03 18:24:50
【问题描述】:
在我的 Windows 10 上,我在 Docker 桌面上运行了 Apache-Superset 容器。 而且我也安装了 PostgreSQL ver.12 和 myQSL ver.8。 现在,在 SQLAlchemy 中,我无法连接到其中任何一个!添加数据库/数据源 我在 Superset Doc(s) 和其他论坛建议中也尝试了很多方法。
postgresql://username:password@localhost:5432/dbName
postgresql://username:password@127.0.01:5432/dbName
mysql://username:password@localhost:5432/dbName
mysql://username:password@127.0.01:5432/dbName
每次我收到此错误时: 错误:连接失败,请检查您的连接设置。
我只需要一个空数据库就可以向其中添加 CSV 文件。 非常感谢!提前。
【问题讨论】:
标签: mysql postgresql docker apache-superset