madmin
Madmin is web application written in php and it's purpose is to simply administer MySQL database. Goals of programming madmin is creation of simple, intuitive user interface, which serves for basic and fast database operations. It's aimed for users with knowledge of MySQL commands. Madmin definitely should not be considered as a replacement of
phpMyAdmin,
Adminer or other complete desktop solutions, but rather as tool which is always on hand (even if javascript support missing, only text browser is available, restricting hosting and such).
news
- 21.09.2011 whole application completely rewritten and improved, madmin 2011.a
- 01.03.2010 project published
features
- security
- fast latency on slow connections with large databases
- simple user interface
- processing multi queries at once
- import /export, formats .sql and .csv
- upload / download blobs
- small size (one file, 35kB)
- without licence (public domain)
requirements
- php 5 and above with extensions session, mysqli pcre
download
installation
- copy madmin.php to a place accessible from web
- it is recommanded to change sessalt settings in madmin.php for better security
- done
development and extensions
Development will continue, I'm already planning addding/adjusting some parts of application.
last modified 21.09.2011
comments