A self-hosted PHP tool suite. Import and export MySQL databases, generate hashes, create QR codes, and work with PDFs — all behind a single password gate. Drop one folder on your server and you're done.
Everything is gated behind the same password, runs without a build step, and drops straight onto shared hosting.
Import and export MySQL databases through your browser. Handles .sql, .gz, and .csv files with live progress.
Open DB Manager →Generate bcrypt, SHA-256, SHA-1, and MD5 hashes in one place. Bot-protected via reCAPTCHA v3.
Open Hash Generator →Create QR codes for URLs, text, Wi-Fi, and email. Download as PNG or SVG with custom sizes.
Open QR Generator →Merge, split, compress, convert, rotate and watermark PDFs. Runs entirely in your browser — nothing is uploaded.
Open PDF Tools →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 or save server-side.
Real-time line counters during long imports so you 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 works.
No setup wizard, no env files. The same flow whether you're on XAMPP, cPanel, or a VPS.
Grab the ZIP and extract it. You'll have db.php, a favicon, and the font folder.
Place the folder under public_html/ on cPanel. No build step, no install.
Navigate to the file. Enter your remote MySQL host, database, user, and password.
Pick a .sql/.gz/.csv dump and import it — or hit export to pull a backup.
A few server-side knobs to raise so large dumps don't choke.
upload_max_filesize = 256Mpost_max_size = 256Mmemory_limit = 512Mmax_execution_time = 0max_input_time = 0One ZIP, password-protected. Updates are drop-in — just replace db.php.
Download dbmanager.zipNo manuals needed. Pick a tool, sign in, and get to work in seconds.
db.php in your browsersha1.php in your browserqr-generator.php in your browserdbmanager