Adminers is a MySQL administration client similar to phpMyAdmin. The entire program has only one PHP file, making it easy to use and install. Adminers supports multiple languages (it comes with 11 translation language files, and you can translate the corresponding languages according to your own needs). Supports PHP4.3+, MySQL 4.1+ and above. Features provided include:
1: Create, modify, and delete indexes/foreign keys/views/stored procedures and functions.
2: Query, total, and sort data.
3: Add/modify/delete records.
4: Supports all data types, including large fields.
5: Able to execute SQL statements in batches.
6: Supports importing data, table structure, and views into SQL or CSV.
7: Able to print database summary with foreign key association.
8: Ability to view processes and close processes.
9: Able to view users and permissions and modify them.
10: Manage events and table partitions (only supported by MySQL5.1).
Adminers comes from the secondary development of Adminer source code. This program is an unofficial release version. There are many changes in the secondary development. Basically all the official bugs have been fixed. It is compatible with PHP 5.4+ and the html is more standardized. At the same time, the official version is abandoned. Two external files support closing the left column and also support interface calls. It is the best tool for database administrators and programmers to manage db.
Adminers 1.0.3 change log:
1: Interface parameters are replaced by constant definitions.
2: Click the link to add dynamic effects.
3: Preserving parameters is more intelligent.
4: Support lock library access and callback function
5: Other details fixed.
Expand