PHP Mini SQL Admin is a light, standalone script
for accessing MySQL databases. It is intended for
Web developers and requires knowledge of SQL commands.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Handling of non-select queries with errors was fixed. Non-select queries are no longer executed automatically when you switch between DBs (to prevent auto-execute drop or delete). A warning confirmation was added before executing delete, drop, truncate, or alter SQL commands. The show table interface now has buttons for showing the "create table" command, explaining the table, showing table indexes, and exporting data. DB-wide functions were added for "dump structure" and "export data". A button was added for calling the "phpinfo" function for more convenient site debugging.