A self-hosted, single-file PHP tool to import and export MySQL databases through a browser. Drop one file on your server, open it, connect — done.
Built for the moment you need to push a local dump into production — or pull production back to dev — without firing up MySQL Workbench.
Upload .sql, .gz, or .csv files and stream them straight into your database.
Dump full schema, structure-only, or selected tables. Download the file or save server-side.
Real-time line counters during long imports so you actually know what's happening.
Credentials live in a PHP session only — clear them in one click when you're done.
Handles oversized rows, line endings, and SQL mode quirks so old dumps still load.
One PHP file. No Composer, no Node, no npm. Drop it on shared hosting and it just works.
No setup wizard, no env files. The same flow whether you're on XAMPP, cPanel, or a VPS.
Grab the ZIP from this page and extract it. You'll have db.php, a favicon, and the Karla font folder.
Place the folder under public_html/ on cPanel (or your web root anywhere else). No build step, no install.
Navigate to the file. You'll see a credentials form — enter your remote MySQL host, database, user, and password.
Pick a .sql / .gz / .csv dump and import it — or hit the export tab to pull a backup. Watch the progress live.
A few server-side knobs to raise so large dumps don't choke.
mysqli extensiondbmanager/ folder (uploads land here)upload_max_filesize = 256Mpost_max_size = 256Mmemory_limit = 512Mmax_execution_time = 0 (no time limit)max_input_time = 0One ZIP, password-protected. Updates are drop-in — just replace db.php.
The ZIP is locked. Message me on Facebook and I'll send you the password to extract it — plus the access password for the deployed app.
Message me on Facebook