【Mysql管理工具之Adminer】

Adminer是一个类似于phpMyAdmin的MySQL管理客户端。整个程序只有一个PHP文件,易于使用和安装。Adminer支持多语言(已自带11种翻译语言文件,可以按自己的需求翻译相应的语言)。支持PHP4.3+,MySQL 4.1+以上的版本。



 

Features

1)、Interface to select and edit data ready for your client

2)、Table and column comments are displayed instead of identifiers

3)、Separate set of login credentials different from the real database user and password

4)、Single database per one instance of Editor

5)、Links to referenced records

6)、Works with the name of a referenced record, not its ID

7)、Displays images stored in BLOB

8)、Displays checkbox and icons for BOOL

扫描二维码关注公众号,回复: 249635 查看本文章

9)、Uses national format for DATE

10)、Allows sending messages to e-mails found in table

11)、No edit or display of SQL commands (only in HTML comment)

提供的功能包括: 

1:创建,修改,删除索引/外键/视图/存储过程和函数。 

2:查询,合计,排序数据。 

3:新增/修改/删除记录。 

4:支持所有数据类型,包括大字段。 

5:能够批量执行SQL语句。 

6:支持将数据,表结构,视图导成SQL或CSV。 

7:能够外键关联打印数据库概要。 

8:能够查看进程和关闭进程。 

9:能够查看用户和权限并修改。 

10:管理事件和表格分区(MySQL5.1才支持)。

Requirements

1)、Works with MySQL, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB

2)、Supports PHP 5 with enabled sessions

3)、Available in Arabic, Catalan, Chinese, Czech, Dutch, English, Estonian, French, German, Hungarian, Italian, Japanese, Lithuanian, Persian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Tamil, Turkish, Ukrainian, ... (36) - Create a new translation

4)、Free for commercial and non-commercial use (Apache License or GPL 2)

猜你喜欢

转载自gaojingsong.iteye.com/blog/2381284