站长日记 > 开源 > 正文

adminer

2012-09-11   来源:站长日记       编辑:沧海桑田   类别:开源    转载到:    发表评论

adminer
adminer

Why is Adminer better than phpMyAdmin?
Replace phpMyAdmin by Adminer and you will get tidier user interface, better support for MySQL features, higher performance and more security. See detailed comparison.

Adminer development priorities are: 1. Security, 2. User experience, 3. Performance, 4. Feature set, 5. Size.
Adminer是一个类似于phpMyAdmin的MySQL管理客户端。
整个程序只有一个PHP文件,易于使用和安装。
Adminer支持多语言(已自带11种翻译语言文件,可以按自己的需求翻译相应的语言)。
支持PHP4.3+,MySQL 4.1+以上的版本。 提供的功能包括:
1:创建,修改,删除索引/外键/视图/存储过程和函数。
2:查询,合计,排序数据。
3:新增/修改/删除记录。
4:支持所有数据类型,包括大字段。
5:能够批量执行SQL语句。
6:支持将数据,表结构,视图导成SQL或CSV。
7:能够外键关联打印数据库概要。
8:能够查看进程和关闭进程。
9:能够查看用户和权限并修改。
10:管理事件和表格分区(MySQL5.1才支持)。

Features
•Connect to a database server with username and password
•Select an existing database or create a new one
•List fields, indexes, foreign keys and triggers of table
•Change name, engine, collation, auto_increment and comment of table
•Alter name, type, collation, comment and default values of columns
•Add and drop tables and columns
•Create, alter, drop and search by indexes including fulltext
•Create, alter, drop and link lists by foreign keys
•Create, alter, drop and select from views
•Create, alter, drop and call stored procedures and functions
•Create, alter and drop triggers
•List data in tables with search, aggregate, sort and limit results
•Insert new records, update and delete the existing ones
•Supports all data types, blobs through file transfer
•Execute any SQL command from a text field or a file
•Export table structure, data, views, routines, databases to SQL or CSV
•Alter export for projecting changes to production database
•Print database schema connected by foreign keys
•Show processes and kill them
•Display users and rights and change them
•Display variables with links to documentation
•Manage events and table partitions (MySQL 5.1)
•Schemas, sequences, user types (PostgreSQL)
•Extensive customization options
Requirements
•Works with MySQL, PostgreSQL, SQLite, MS SQL, Oracle - Improve your driver
•Supports both PHP 4.3.3+ and PHP 5 with enabled sessions
•Available in Arabic, Catalan, Chinese, Czech, Dutch, English, Estonian, French, German, Hungarian, Italian, Japanese, Lithuanian, Persian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Spanish, Tamil, Turkish, Ukrainian (24) - Create a new translation
•Free for commercial and non-commercial use (Apache License or GPL 2)

adminer官方网站
//www.adminer.org/

0

0
0|0 | 鲜花 VS 砸蛋 | 15阅读 0评论