More often than not I still find myself (temporarily) installing some Apache distribution bundle with phpMyAdmin because it is the fastest way to create and manage my application databases.
This has often led me to the idea to write a phpMyAdmin clone/equivalent in JavaScript for Node and/or Electron. It even seems like a fun thing to do but I don't want to waste my time reinventing another wheel.
I have not yet come across a decent/complete replacement for phpMyAdmin yet though. Did you?
On Windows I tend to use SQLYog Community Edition which provides a pretty good GUI for managing MySQL databases.
I'm interested to hear what GUI tools people use on Linux systems, because I'm yet to find one I like as much as SQLYog or HeidiSQL.