So I installed MySQL on my machine. How do I now connect to this to edit permissions and such? I'd like to use something like Navicat to do so, as my SQL is rather rusty. <BR><BR>So what ...
docker run --rm --init \ --name dbhub \ --publish 8080:8080 \ bytebase/dbhub \ --transport sse \ --port 8080 \ --dsn "mysql://root:rhproxysql@localhost:3306/pacs_mtn2 ...
I've set up Vault login with OIDC, and the UI is working fine. However, when trying to log in via the CLI, it provides the authentication URL to open in the browser ...