Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. It is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.
License
Apache License V2.0, GNU General Public License version 2.0 (GPLv2)
You Might Also Like
See Everything. Miss Nothing. 30-day free trial
As the IT backbone of your company, you can’t afford to miss a thing. PRTG monitors every device, application, and connection - on-premise and in the cloud. You get clear dashboards, smart alerts, and mobile access, so you’re always in control, wherever you are. No more guesswork or manual checks. PRTG’s powerful automation and easy setup mean you spend less time firefighting and more time moving your business forward. Discover how simple and reliable IT monitoring can be.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent! I added one single condition and I can select a different CSS file for each database, just creating a css file with the database name. Its let me now when I am connected to production or testing database (clear theme and dark theme). The modified file is adminer/include/adminer.inc.php /** Get URLs of the CSS files * @return array of strings */ function css() { $return = array(); $filename = DB.".css"; $cssDefault = "adminer.css"; if (file_exists($filename)) { $return[] = "$filename?v=" . crc32(file_get_contents($filename)); }elseif(file_exists($cssDefault)){ $return[] = "$cssDefault?v=" . crc32(file_get_contents($cssDefault)); } return $return; }
-
Yep .. Better than 'Bloated PhpMyAdmin' but still appreciate phpmyadmin in the old days for helping out newbies ... but adminer is just awesome .. Single File !!!!!
-
Excellent tool.
-
great piece of a tool!
-
I am very impressed with the simplicity of the installation and the operation. Adminer has all the functionality that I've ever needed and quite a bit that I've never even thought of, yet none of that gets in the way. The UI is so intuitive to use that I have yet to need any help. In addition the help links that link directly to the mariadb knowledge base make syntax lookups effortless. I'll never go back to phpmyadmin or any of the desktop apps as long as adminer is maintained. Thank you for a refreshing sql alternative.