phpminiadmin
- Free • Open Source
- Mac
- Windows
- Linux
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!
phpminiadmin Screenshots
phpminiadmin Features
phpminiadmin information
Supported Languages
- English
Comments and Reviews
Tags
- sql-administration
- SQL
- Database
- MySQL
Category
DevelopmentRecent user activities on phpminiadmin
Roverv added phpminiadmin as alternative(s) to SelectFrom
- tijmen added phpminiadmin as alternative(s) to Panda-Sqlti
angeloaalessio added phpminiadmin as alternative(s) to DataBread
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.