Portable Mysql Admin !link!
Requires PHP (but that’s often already on dev machines or servers).
HeidiSQL is the undisputed king. Download the "Portable" ZIP from their GitHub or official site, extract it to any folder, and run heidisql.exe . It stores all sessions, passwords (encrypted), and query history inside its portable_settings.txt file. It supports MySQL, MariaDB, PostgreSQL, and SQL Server. It handles SSH tunneling via PuTTY’s plink.exe (which you can also place in the same folder).
Not all "portable" tools are equal. Some are true portables; others are just installers that can be moved. Here is the breakdown. portable mysql admin
DBeaver is a powerful, universal database tool that supports almost every database engine, including MySQL and MariaDB.
Portability is convenient but risky. Here are three golden rules: Requires PHP (but that’s often already on dev
You need to manage a MySQL database, but you can’t install the MySQL Workbench or phpMyAdmin. The solution?
Because it is Java-based, you generally need a Java Runtime Environment (JRE) installed on the host machine, or you must carry a portable JRE with you. It stores all sessions, passwords (encrypted), and query
Adminer is not a desktop app—it’s a single PHP file. You copy adminer.php to any web server (or run it via PHP’s built-in server: php -S localhost:8000 ). It provides a full MySQL admin UI: querying, editing, even database backups. No installation, no registry, no binary execution restrictions.
Most operating systems have the MySQL binaries available as standalone archives rather than installers.