I personally also vouch for DataGrip, a fantastic tool. No browser based tool is going to come close to the experience of an actual desktop app imo
Why?
It's mostly just a nicely bundled way to run it if you aren't very technical but still want a easy to use database client.
You can also run commands like this to connect to your database if you want:
npx @outerbase/studio \ --port=5000 \ --user=admin --pass=123 \ mysql://root:123@localhost:3306/chinook