youridb
youridb
RRailway
Created by youridb on 5/30/2023 in #✋|help
Connection between MySQL and Power BI
Hi, I host a MySQL database in Railway. How do I connect with this database in PowerBI? Cuz PowerBI keeps responding with: Details: MySQL: Unable to connect to any of the specified MySQL hosts. Anyone experience with connecting a MySQL database in Railway with PowerBI? I can connect with the database in SQL Workbench and DataGrip btw.
3 replies
RRailway
Created by youridb on 12/17/2022 in #✋|help
Docker run only
Hi, I want to host Keycloak on Railway. To do that I only have to run the following docker run command:
docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:20.0.2 start-dev
docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:20.0.2 start-dev
Any tips how to run this command and where?
11 replies