-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Special mentions by High Mobley in the BOSSIE 2013 awards:
-
Adminer is a great alternative to phpMyAdmin. It's a single PHP file
and easy to install. The UI is simpler and more intuitive than
phpMyAdmin. Adminer also has full support for features such as foreign
keys, grouping Select results, sorting results by multiple columns, easy
downloading of blob field contents, and editing fields in multiple rows.
Adminer can work with MySQL, PostgreSQL, SQLite, Microsoft SQL Server,
and Oracle Database, whereas phpMyAdmin supports only MySQL. Adminer
works with older versions of MySQL and PHP as well. -
phpSysInfo
Sometimes you just want a simple tool to do a simple job. A set of PHP
scripts that pulls data from the /proc file system and lays it out
neatly on a Web page, phpSysInfo shows key information about your
server, such as RAM and CPU utilization, attached drives and USB
devices, available disk space, networking, hard drive SMART (Self
Monitoring Analysis and Reporting Technology) info, and more. For busy
admins on the go, there's even an Android client app for phpSysInfo.