WIKIBOOKS
DISPONIBILI
?????????

ART
- Great Painters
BUSINESS&LAW
- Accounting
- Fundamentals of Law
- Marketing
- Shorthand
CARS
- Concept Cars
GAMES&SPORT
- Videogames
- The World of Sports

COMPUTER TECHNOLOGY
- Blogs
- Free Software
- Google
- My Computer

- PHP Language and Applications
- Wikipedia
- Windows Vista

EDUCATION
- Education
LITERATURE
- Masterpieces of English Literature
LINGUISTICS
- American English

- English Dictionaries
- The English Language

MEDICINE
- Medical Emergencies
- The Theory of Memory
MUSIC&DANCE
- The Beatles
- Dances
- Microphones
- Musical Notation
- Music Instruments
SCIENCE
- Batteries
- Nanotechnology
LIFESTYLE
- Cosmetics
- Diets
- Vegetarianism and Veganism
TRADITIONS
- Christmas Traditions
NATURE
- Animals

- Fruits And Vegetables



ARTICLES IN THE BOOK

  1. Accrisoft
  2. Active calendar
  3. ActiveState Komodo
  4. AdLogger
  5. Apache HTTP Server
  6. AutoContent
  7. BakeSale
  8. Bblocked
  9. BBlog
  10. BbPress
  11. Beehive Forum
  12. B2evolution
  13. Bluefish
  14. Chlorine Boards
  15. CMScout
  16. CMSimple
  17. CMS Made Simple
  18. Content Protector
  19. Coppermine Photo Gallery
  20. CRE Loaded
  21. Cutenews
  22. DB DataObject FormBuilder
  23. Divine
  24. Dokeos
  25. DotOrg
  26. Dragonfly CMS
  27. Dreamweaver
  28. Drupal
  29. Dynamic Web page
  30. E107
  31. Eclipse
  32. 25 Essential PHP Functions
  33. FusionBB
  34. Gallery Project
  35. Gedit
  36. Group-Office
  37. HawHaw
  38. IceBB
  39. 4images
  40. Introduction to PHP
  41. Introduction to PHP Learning Guide
  42. IonCube Ltd.
  43. JEdit
  44. Joomla
  45. LAMP
  46. Linux
  47. List of PHP editors
  48. List of PHP libraries
  49. Maguma
  50. Mambo
  51. MediaWiki
  52. MetaBB
  53. Midgard
  54. MiniBB
  55. Monkey Boards
  56. Moodle
  57. MySQL
  58. Ning
  59. Nucleus CMS
  60. Nuke-Evolution
  61. NuSphere Corporation
  62. OpenPHPNuke
  63. Orbit42-Base
  64. OsCommerce
  65. Paamayim Nekudotayim
  66. Phalanger
  67. Php
  68. PHP accelerator
  69. PhpBB
  70. PhpBB Reloaded
  71. PHP Constants
  72. PHPDoc
  73. PhpDocumentor
  74. PHPEdit
  75. PHP Excel Reader
  76. PHP Extension Community Library
  77. PhpGedView
  78. PHP-GTK
  79. PhpLDAPadmin
  80. PHP License
  81. Phplist
  82. PhpMyAdmin
  83. PhpMyVisites
  84. Phpns
  85. PHP-Nuke
  86. PhpPgAdmin
  87. PhpWiki
  88. PmWiki
  89. PostNuke
  90. PSPad
  91. PunBB
  92. PuzzleApps
  93. Quanta Plus
  94. Rasmus Lerdorf
  95. ReallySimpleCMS
  96. Refbase
  97. RGameScript Pro
  98. Santy
  99. SciTE
  100. Serendipity weblog
  101. Simple Machines Forum
  102. SimpleXML
  103. SiteFrame
  104. Smarty
  105. SquirrelMail
  106. Textpattern
  107. Thatware
  108. Think Tank Forums
  109. TikiWiki
  110. TorrentVolve
  111. TYPO3
  112. UBB.threads
  113. UltraEdit
  114. UNITED-NUKE
  115. Variables in PHP
  116. VBulletin
  117. WakkaWiki
  118. Web Application Structure for PHP
  119. Webwm
  120. Wikindx
  121. WikkaWiki
  122. WordPress
  123. WordPress MU
  124. Xaraya
  125. XOOPS
  126. Zen Cart
  127. Zend Engine
  128. Zend Studio
  129. Zend Technologies
  130. Zentri
  131. ZPanel

 



PHP LANGUAGE AND PRODUCTS
This article is from:
http://en.wikipedia.org/wiki/PhpMyAdmin

All text is available under the terms of the GNU Free Documentation License: http://en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License 

phpMyAdmin

From Wikipedia, the free encyclopedia

 

phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Internet. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, and manage keys on fields.

History

Tobias Ratschiller, then an IT consultant and later founder of the software company Maguma, started to work on a PHP-based web frontend to MySQL in 1998, inspired by Peter Kuppelwieser's MySQL-Webadmin. When he gave up the project in 2000 because of lack of time, phpMyAdmin had already become one of the most popular PHP applications and MySQL administration tools with a large community of users and contributors.

In order to coordinate the growing number of patches, a group of three developers, Olivier Müller, Marc Delisle and Loïc Chapeaux, registered The phpMyAdmin Project at SourceForge and took over the development in 2001.

Milestone releases

  • 0.9.0 (September 9, 1998) : First internal release.
  • 1.0.1 (October 26, 1998)
  • 1.2.0 (November 29, 1998)
  • 1.3.1 (December 27, 1998) : First multi-lingual version.
  • 2.1.0 (June 8, 2000): Last release by the original developer Tobias Ratschiller.
  • 2.2.0 (August 31, 2001) : First stable release by The phpMyAdmin Project.
  • 2.3.0 (November 8, 2001) : Database and table views were split into smaller sections.
  • 2.5.0 (November 5, 2003) : Introduction of the MIME-based transformation system.
  • 2.6.0 (September 27, 2004) : Improved character set and MySQL 4.1 support.
  • 2.7.0 (December 4, 2005) : Improved importing capabilities, simplified configuration, UI cleanup, and much more.
  • 2.8.0 (March 6, 2006) : Compatibility updates, hiding databases, configurable memory limits, web-based setup.
  • 2.9.0 (September 20, 2006)
  • 2.9.1 (November 9, 2006) : fixes several security issues and bugs.

Current status

The software, which is currently available in fifty-two different languages, is still being maintained by The phpMyAdmin Project under Olivier Müller, Marc Delisle, Alexander M. Turek, Michal Čihař and Garvin Hicking.

Similar products

Another very similar tool, phpPgAdmin, provides similar functionality for PostgreSQL. It originally started as phpMyAdmin's fork, but is now a completely different code base.

There is yet another tool for managing Microsoft SQL Server, called phpMSAdmin. Though it borrows design principles from phpMyAdmin, it was written entirely from scratch and includes no code from phpMyAdmin.

phpMyAdmin is a free tool for server side MySQL management. For client side MySQL administration and development, Navicat MySQL GUI. provides the same functionality as phpMyAdmin but more advanced in the Import/Export, Backup and Data Sync. features.

External links

 
  • The phpMyAdmin Project
  • Learning SQL Using phpMyAdmin
  • Documentation and FAQ (official Wiki)
Retrieved from "http://en.wikipedia.org/wiki/PhpMyAdmin"