phpminiadmin
3 likes
An extremely lightweight alternative to phpMyAdmin, standalone PHP script for quick and easy access MySQL databases via web interface. Instead of installing huge phpMyAdmin (~11Mb) and trying to figure out how to use all it's features,
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
phpminiadmin News & Activities
Highlights All activities
Recent activities
- sqlantern added phpminiadmin as alternative to SQLantern
phpminiadmin information
What is phpminiadmin?
An extremely lightweight alternative to phpMyAdmin, standalone PHP script for quick and easy access MySQL databases via web interface. Instead of installing huge phpMyAdmin (~11Mb) and trying to figure out how to use all it's features, just upload one ~10Kb file and it's ready to use!


Comments and Reviews
This tool is very lightweight, only one PHP file, but has the most needed features. You can easily import and export SQL files; single tables can be exported as a CSV file. Of course, it has a textarea to type in your SQL statements.
But what I dislike is, that you cannot change records without the need to type SQL commands. This is okay if you only have to change one or two records individually, or if you have to update a lot of them with the same entries, but not if you have to update a lot of records with different values. Fortunately, there are buttons for SELECT, UPDATE etc., so that you don’t need to know all those statements by heart and get basic structures for your inputs.