- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Marc Delisle
- 300字
- 2021-08-20 15:55:21
What is phpMyAdmin?
phpMyAdmin (official home page at http://www.phpmyadmin.net) is a web application written in PHP; it contains (like most web applications) XHTML, CSS, and JavaScript client code. This application provides a complete web interface for administering MySQL databases, and is widely recognized as the leading application in this field.
Being open source since its birth, it has enjoyed support from numerous developers and translators worldwide (being translated into 65 languages at the time of writing this book). The project is currently hosted at SourceForge.net and developed using their facilities by the phpMyAdmin team.
Host providers everywhere are showing their trust in phpMyAdmin by installing it on their servers. The popular cPanel (a website control application) contains phpMyAdmin. In addition, we can install our own copy of phpMyAdmin on our web server as long as our provider's server satisfies with the minimum requirements (refer to the System requirements section later in this chapter).
The goal of phpMyAdmin is to offer a complete web-based management of MySQL servers and data, and to keep up with MySQL and web standards evolution. While the product is always evolving, it supports all standard operations along with extra features.
The development team constantly fine-tunes the product based on the reported bugs and requested features, releasing new versions regularly.
phpMyAdmin offers features that cover basic MySQL database and table operations. It also has an internal system that maintains metadata to support advanced features. Finally, system administrators can manage users and privileges from phpMyAdmin. It is important to note that phpMyAdmin's choice of available operations depends on the rights the user has on a specific MySQL server.
Project documentation
Further information about phpMyAdmin is available on the home site's documentation page, located at http://www.phpmyadmin.net/home_page/docs.php. Moreover, the development team, helped by the community, maintains a wiki at http://wiki.phpmyadmin.net.
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Node.js Design Patterns
- 簡單高效LATEX
- Python爬蟲開發:從入門到實戰(微課版)
- 深入實踐Spring Boot
- 數據結構(Python語言描述)(第2版)
- 深入淺出Android Jetpack
- Linux環境編程:從應用到內核
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- C#實踐教程(第2版)
- Learning YARN
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- 移動增值應用開發技術導論
- Mastering Object:Oriented Python(Second Edition)