Earlier quoted context omitted.
Why? Is it a bad word in some language?
Among some the term beaver is suggestive, or even offensive. Think Thelma & Louise; "Damn! I hate that! I hate being called a beaver! Don't you?" It's a particularly lowbrow bit of slang and not something that worried me when I recently mentioned the name dbeaver in a professional context, although I am aware of it. It pleases me that I spend my time among people that are either ignorant of this matter or are happy t…
Dbeaver – Multi-platform database tool
31–40 of 209 posts
Re: Dbeaver – Multi-platform database tool
#32Re: Dbeaver – Multi-platform database tool
#33Re: Dbeaver – Multi-platform database tool
#34Re: Dbeaver – Multi-platform database tool
#35I would feel uncomfortable saying the word 'beaver' at work.
Re: Dbeaver – Multi-platform database tool
#36Re: Dbeaver – Multi-platform database tool
#37Re: Dbeaver – Multi-platform database tool
#38Re: Dbeaver – Multi-platform database tool
#39I like to try out new tools likes this, but whilst on my mac, and I generally use Sequel Pro for my databases (I use mysql and mariadb drop-ins). I have my database locally in a docker container, where I forward 3306 to 3300. Entering host as 127.0.0.1 with correct credentials and port, it gives me this error: "Could not connect: Access denied for user 'root'@'172.18.0.1'". This does not happen with Sequel, but occur…
Try binding MySQL to 0.0.0.0 (all interfaces) instead of 127.0.0.1 (loopback). That said, 127.0.0.1 should be fine provided you connect through the service name or the docker container IP), connecting via 127.0.0.1 doesn't make sense. Then again, it's docker on Mac, so I don't really know.
Fwiw, also used sequel pro on Mac, moving to Linux dbeaver was the only thing that came close.
Now I don't really mind either but dbeaver is a bit quirky overall.
Re: Dbeaver – Multi-platform database tool
#40It's not perfect but it's not bad. My experience was annoying (at best) to get drivers to work; particular the tsql ones (since Microsoft didn't provide Linux drivers at the time -- I don't know if that's been rectified). Once they're working though, everything else is fairly intuitive.
It's been a couple years since I moved to a different team and no longer need to connect to databases (and can't anymore... yay security). But I've considered using DBeaver at home for personal use.