Download List

專案描述

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.

System Requirements

System requirement is not defined
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.

2011-04-30 13:49
1.7.110429

This release added support for gzip compressed files (.gz) when importing or exporting databases.
標籤: Minor feature enhancements

2011-04-26 22:43
1.6.110426

Cross-site scripting (XSS) issues were eliminated. An issue with default charset was fixed. Single table export was fixed. A bom-mark was added to CSV export. Caching of database list was added.
標籤: minor bug fixes, security fixes

2009-12-21 23:17
1.5.091221

Non-Latin data issues were fixed. A problem in which empty ("") fields were displayed as NULL was fixed. Failure to export if the db name only contains numbers or "-" was fixed. Quoting for db names was added. An error that occurred if a table name was the same as a reserved word was fixed. Quoting was added for table names. An export problem with large inserts was fixed. Line highliting was added in table view for mouseover and for mouse click. A separate screen for database selection/management was added. The on show tables screen was added with quick links to review MySQL server variables and status.
標籤: minor bug fixes, Feature Enhancements

2008-02-18 04:24
1.4.080217

Now all contents of database fields are HTML-escaped to prevent Javascript (and other XSS tricks) from running. NULL values in SQL dump were replaced by ''. Support for "desc TABLE" queries has been added. A repair function in "show tables" has been added. In the export file, final comments have been added (so it's easy to see if the export was completed fully, which is useful for slow servers or large databases when the PHP script may timeout before the end of the export).
標籤: Major security fixes

2007-03-27 16:09
1.4.070327

The script now works correctly if
short_open_tag=Off in php.ini. A DB export now
contains extended information, such as version,
database name, and date/time. Length tuning of
extended inserts in DB export was improved. The
ability to export data from one table to a CSV
format was added.
標籤: Major feature enhancements

Project Resources