v1.0 — Free & Open Source — Single-File MySQL Manager

Manage MySQL Databases
At the Speed of Thought

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.

localhost/phpRapidAdmin.php?db=myapp
📁 my_database
📁 blog_db
📁 shop_db

▸ users
▸ posts
▸ orders
▸ settings

users

142 rows InnoDB
idusernameemailrolecreated_at
1johndoejohn@example.comadmin2024-01-15
2janedoejane@example.comuser2024-02-20
3bobsmithbob@example.comuser2024-03-10
4alice_walice@example.comeditor2024-04-05
5charlie99charlie@ex.comuser2024-05-18
1
PHP File
0
Dependencies
PDO
& mysqli
<5s
Setup Time

Everything You Need,
Nothing You Don't

A complete database management toolkit packed into a single PHP file. No frameworks, no CDN, no BS.

Zero Dependencies

One PHP file. No Composer, no npm, no frameworks. Upload and run on any PHP server with MySQL.

🔎

Full CRUD Operations

Browse, insert, edit, and delete rows with auto-generated forms based on column types.

SQL Editor

Write and execute queries with multi-statement support, auto-pagination, and a query history powered by localStorage.

💾

Import & Export

Export tables or entire databases as SQL or CSV with optional gzip compression. Import SQL files or paste queries directly.

🌑

Dark Mode

Respects your system preference with a manual toggle. Easy on the eyes for those late-night database sessions.

📱

Mobile Responsive

Collapsible sidebar and responsive layout. Manage your databases from your phone in a pinch.

🛡

Built-in Security

Password protection, CSRF tokens on every action, XSS prevention, and httponly secure sessions.

📊

Table Management

View structure, add/drop columns, rename tables, optimize, repair, truncate, and bulk operations.

🚀

Server Monitoring

View processlist, server variables, and table status. Keep an eye on your MySQL server health.

How It Stacks Up

Inspired by phpMyAdmin's power and phpMiniAdmin's simplicity — best of both worlds.

Feature phpRapidAdmin phpMyAdmin phpMiniAdmin
Setup Time < 5 seconds 5–15 minutes < 5 seconds
File Count 1 file Hundreds of files 1 file
PDO Support Yes (preferred) No No
CSRF Protection Every POST Yes Partial
Dark Mode Auto + Toggle Recent versions No
Mobile Responsive Yes Partial No
Row Edit Forms Yes Yes No
Table Structure Full (add/drop/rename) Full No
Bulk Operations Yes Yes No
Server Monitoring Yes Yes No
CSV + Gzip Export Yes No No
Memory Usage ~2 MB ~8–15 MB ~2 MB

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.

Up and Running in 3 Steps

No build process. No package manager. Just copy, configure, and go.

Terminal bash
# 1. Clone the repository
git clone https://github.com/amanullah-1/phpRapidAdmin.git

# 2. Copy phpRapidAdmin.php to your web server
cp phpRapidAdmin.php /var/www/html/

# 3. Open in your browser
http://localhost/phpRapidAdmin.php

Set $NANO_PASSWORD at the top of the file to protect your dashboard. Pre-configure multiple servers in $NANO_SERVERS for quick access.

Enjoying phpRapidAdmin?

If this tool saved you time, consider buying me a coffee. It keeps the development going!

☕ Buy Me a Coffee
🚀

Free & Open Source

phpRapidAdmin is completely free to use, modify, and distribute. Licensed under the MIT License. Contributions are welcome!

Star on GitHub MIT License