Adminer
This article may not meet the notability guidelines for products and services. Please help to establish notability by adding reliable, secondary sources about the topic. If notability cannot be established, the article is likely to be merged, redirected, or deleted. (September 2009) |
This article needs additional citations for verification. Please help improve this article by adding reliable references. Unsourced material may be challenged and removed. (September 2009) |
Adminer screenshot Adminer main screen | |
Developer(s) | Jakub Vrána |
---|---|
Initial release | 25, 2007 |
Written in | PHP |
Operating system | Cross-platform |
Available in | Multilingual (11) |
Type | Web Database Management |
License | Apache license |
Website | http://www.adminer.org |
Adminer (formerly phpMinAdmin) is a tool for managing content in MySQL databases. Adminer is distributed under Apache license in a form of a single PHP file (currently approx. 160 KiB in size). Its author is Jakub Vrána who (during 2007) decided to develop such tool as an "light-weight" alternative to phpMyAdmin. Currently (August 2009), the tool is in version 2.0 and so far it exceeded phpMyAdmin in some of the features it offers. Also, first webhosting providers started to include Adminer as MySQL managing tool into their portfolio of services.
Features
- users log in specifying the destination server and providing the user name and password (which is stored during whole session)
- basic functions (select database, select/edit tables, browse/insert/edit table rows)
- searching or sorting via multiple columns
- editing of other database objects: views, triggers, events, stored procedures, processes, mysql variables, user permissions
- text area for arbitrary SQL commands and storing these commands in command history
- export of databases and tables (its structures and/or data) as a dump to output or a downloadable attachment
- user-friendly interface (extensive employment of JavaScript)
- multiple language support (English, German, Spanish, Dutch, French, Italian, Estonian, Chinese, Czech, Slovak, Russian)
- SQL syntax highlighting
- visual database/E-R schema editing
- XHTML 1.1 validity in UTF-8
- provisions against XSS, CSRF, SQL injection, session stealing, …
- "light-weight" - released in a form of a single file, approx. 160 KiB in size, with support of CSS skins
The small single file is a result of compilation and minification of source codes. [1]
See also
References
- ↑ Vrána, Jakub (August 2009), "Architecture of Adminer", php|architect 8 (8): 34–40
External links
If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...
- Pages where expansion depth is exceeded
- Pages with broken file links
- Articles with topics of unclear notability from September 2009
- Articles with invalid date parameter in template
- All articles with topics of unclear notability
- Articles needing additional references from September 2009
- All articles needing additional references
- MySQL
- Database administration tools
- PHP programming language
- Cross-platform software