philippabele / cockroack-db-notes

0 stars 0 forks source link

describe how to connect to minukube cluster with dbeaver #8

Open philippabele opened 1 year ago

philippabele commented 1 year ago

start cluster with minikube

set port forwarding

https://stackoverflow.com/questions/57427797/how-do-i-connect-to-my-local-kubernetes-cockroachdb-with-dbeaver

open dbeaver and add connection string jdbc:postgresql://localhost:26257/defaultdb

use user root with no password

philippabele commented 1 year ago

Follow the cockroach instructions

https://www.cockroachlabs.com/docs/stable/dbeaver.html#step-1-start-dbeaver-and-connect-to-cockroachdb

if you use a basic postgres connection you will get error messages because of not 100 % functionality coverage.