A lightning-fast, zero-dependency PHP database admin tool. Drop one file on your server and get a full-featured MySQL management dashboard in seconds. 100% free & open source under the MIT license.
| id | username | role | created_at | |
|---|---|---|---|---|
| 1 | johndoe | john@example.com | admin | 2024-01-15 |
| 2 | janedoe | jane@example.com | user | 2024-02-20 |
| 3 | bobsmith | bob@example.com | user | 2024-03-10 |
| 4 | alice_w | alice@example.com | editor | 2024-04-05 |
| 5 | charlie99 | charlie@ex.com | user | 2024-05-18 |
A complete database management toolkit packed into a single PHP file. No frameworks, no CDN, no BS.
One PHP file. No Composer, no npm, no frameworks. Upload and run on any PHP server with MySQL.
Browse, insert, edit, and delete rows with auto-generated forms based on column types.
Write and execute queries with multi-statement support, auto-pagination, and a query history powered by localStorage.
Export tables or entire databases as SQL or CSV with optional gzip compression. Import SQL files or paste queries directly.
Respects your system preference with a manual toggle. Easy on the eyes for those late-night database sessions.
Collapsible sidebar and responsive layout. Manage your databases from your phone in a pinch.
Password protection, CSRF tokens on every action, XSS prevention, and httponly secure sessions.
View structure, add/drop columns, rename tables, optimize, repair, truncate, and bulk operations.
View processlist, server variables, and table status. Keep an eye on your MySQL server health.
Inspired by phpMyAdmin's power and phpMiniAdmin's simplicity — best of both worlds.
phpRapidAdmin combines the simplicity of phpMiniAdmin with the power of phpMyAdmin — all in a single, modern, mobile-friendly PHP file with PDO support and dark mode. Best of both worlds.
No build process. No package manager. Just copy, configure, and go.
Set $NANO_PASSWORD at the top of the file to protect your dashboard. Pre-configure multiple servers in $NANO_SERVERS for quick access.
If this tool saved you time, consider buying me a coffee. It keeps the development going!
☕ Buy Me a CoffeephpRapidAdmin is completely free to use, modify, and distribute. Licensed under the MIT License. Contributions are welcome!