CINXE.COM
phpMyAdmin - About
<!DOCTYPE html> <html lang="en"> <head profile="http://purl.org/uF/2008/03/ http://purl.org/uF/hAtom/0.1/"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="phpMyAdmin contributors" /> <meta name="copyright" content="Copyright © 2003 - 2025 phpMyAdmin contributors" /> <link rel="copyright" href="/license/" /> <title>phpMyAdmin - About</title> <link rel="alternate" type="application/rss+xml" href="/news/feed/" title="phpMyAdmin news"/> <link rel="stylesheet" type="text/css" href="/static/bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" href="/static/CACHE/css/output.f80da5dec99e.css" type="text/css"> <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/static/favicon.ico" type="image/x-icon" /> <meta property="og:title" content="About" /> <meta property="og:site_name" content="phpMyAdmin" /> <meta property="og:image" content="https://www.phpmyadmin.net/static/images/logo-og.png" /> <meta property="og:type" content="website" /> <link rel="image_src" href="/static/images/logo-og.png" title="phpMyAdmin"/> <link rel="vcs-git" href="https://github.com/phpmyadmin/phpmyadmin.git" title="phpMyAdmin Git repository" /> <link rel="vcs-browse" href="https://github.com/phpmyadmin/" title="phpMyAdmin Git repository browser" /> <script src="/static/CACHE/js/output.27d2eb43a968.js"></script> <meta name="verify-v1" content="3AM2eNj0zQ1Ao/N2eGE02S45V3p5KQxAyMIxdUJhtEQ=" /> <meta name="robots" content="index, follow" /> </head> <body> <header> <nav class="navbar navbar-expand-lg navbar-light bg-light"> <div class="container"> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="fa fa-bars"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav me-auto"> <li class="nav-item"> <a class="nav-link" href="/">Home</a> </li> <li class="nav-item"> <a class="nav-link" href="/news/">News</a> </li> <li class="nav-item"> <a class="nav-link" href="/security/">Security</a> </li> <li class="nav-item"> <a class="nav-link" href="/support/">Support</a> </li> <li class="nav-item"> <a class="nav-link" href="/docs/">Docs</a> </li> <li class="nav-item"> <a class="nav-link" href="/try/">Try</a> </li> <li class="nav-item"> <a class="nav-link" href="/contribute/">Contribute</a> </li> <li class="nav-item"> <a class="nav-link" href="/sponsors/">Sponsors</a> </li> <li class="nav-item"> <a class="nav-link" href="/themes/">Themes</a> </li> <li class="nav-item"> <a class="nav-link" href="/downloads/">Download</a> </li> </ul> <ul class="navbar-nav me-0"> <li class="nav-item"> <a class="nav-link" href="https://github.com/phpmyadmin/phpmyadmin" title="phpMyAdmin is developed on GitHub"><i class="fa fa-github"></i> GitHub</a> </li> </ul> </div> </div> </nav> <div class="container mt-4"> <div class="row"> <div class="col-sm-9"> <h1><a href="/" rel="home"><span id="logo">phpMyAdmin</span></a> <span class="hidden-sm hidden-xs">Bringing MySQL to the web</span></h1> </div> <div class="col-sm-3 boxes"> <a class="btn btn-success download_popup" href="https://files.phpmyadmin.net/phpMyAdmin/5.2.2/phpMyAdmin-5.2.2-all-languages.zip" title="Download zip compressed release, 15.1聽MB" rel="quick-download" data-sha256="6b99534f72ffb1d7275f50d23ca4141e1495c97d7cadb73a41d6dc580ed5ce29" data-pgp="https://files.phpmyadmin.net/phpMyAdmin/5.2.2/phpMyAdmin-5.2.2-all-languages.zip.asc"><i class="fa fa-download"></i> Download 5.2.2</a> <a class="btn btn-success" href="https://demo.phpmyadmin.net/master-config/" title="Go to demo server"><i class="fa fa-search"></i> Try demo</a> <a class="btn btn-success" href="/donate/" rel="payment"><i class="fa fa-credit-card"></i> Donate</a> </div> </div> </div> </header> <content> <div class="container"> <h2>History</h2> <p> Tobias Ratschiller, then an IT consultant and later founder of the software company Maguma, started to work on a PHP-based web front-end to MySQL in 1998, inspired by Peter Kuppelwieser's MySQL-Webadmin. He gave up the project (and phpAdsNew, of which he was also the original author) in 2000 because of lack of time. </p> <p> By that 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 <a href="https://sourceforge.net/">SourceForge.net</a> and took over the development in 2001. Since 2015 the development is completely based on <a href="https://github.com/phpmyadmin">GitHub</a>. </p> <h2>Milestone releases</h2> <ul> <li>1998-09-09 <a href="/files/0.9.0/">0.9.0</a>: First internal release.</li> <li>1998-11-03 <a href="/files/1.1.0/">1.1.0</a>: Added first confirmations for DROP commands.</li> <li>1998-11-29 <a href="/files/1.2.0/">1.2.0</a>: Added possibility to import from text files.</li> <li>1998-12-16 <a href="/files/1.3.0/">1.3.0</a>: Added query by example functionality.</li> <li>1998-12-27 <a href="/files/1.3.1/">1.3.1</a>: First multi-lingual version.</li> <li>1999-01-16 1.4.0: Added support for renaming and copying tables.</li> <li>1999-04-11 2.0.0: Major layout changes.</li> <li>2000-06-08 <a href="/files/2.1.0/">2.1.0</a>: Last release by the original developer Tobias Ratschiller.</li> <li>2001-08-31 <a href="/files/2.2.0/">2.2.0</a>: First stable release made by the phpMyAdmin project.</li> <li>2001-11-08 <a href="/files/2.3.0/">2.3.0</a>: Database and table views were split into smaller sections.</li> <li>2003-11-05 <a href="/files/2.5.0/">2.5.0</a>: Introduction of the MIME-based transformation system.</li> <li>2004-09-27 <a href="/files/2.6.0/">2.6.0</a>: Improved character set handling and support for MySQL 4.</li> <li>2005-12-04 <a href="/files/2.7.0/">2.7.0</a>: Improved importing capabilities, simplified configuration and interface cleanup.</li> <li>2006-03-06 <a href="/files/2.8.0/">2.8.0</a>: Compatibility updates, hiding databases, configurable memory limits, web-based setup.</li> <li>2006-09-20 <a href="/files/2.9.0/">2.9.0</a>: Added export to OpenDocument Text and Spreadsheet.</li> <li>2007-02-27 2.10.0: GUI for relations, called Database Designer.</li> <li>2007-08-22 2.11.0: Supports creating VIEWS from query results, manages triggers, procedures and functions. Improved interface for servers handling large number of databases/tables.</li> <li>2008-09-27 <a href="/files/3.0.0/">3.0.0</a>: Requires PHP 5.2 and MySQL 5+. Supports EVENT and TRIGGER.</li> <li>2008-11-28 <a href="/files/3.1.0/">3.1.0</a>: Added support for BLOBStreaming, Swekey hardware authentication and rewritten setup script.</li> <li>2009-06-09 <a href="/files/3.2.0/">3.2.0</a>: Added many small features.</li> <li>2010-03-07 <a href="/files/3.3.0/">3.3.0</a>: Added new import and export modules, changes tracking, synchronization and support for replication configuration.</li> <li>2001-05-11 <a href="/files/3.4.0/">3.4.0</a>: AJAXification of some parts, charts, visual query builder, user preferences, ENUM/SET editor.</li> <li>2012-04-07 <a href="/files/3.5.0/">3.5.0</a>: Improved browsing, server monitoring, support for stored routines, events and triggers, openGIS support, Drizzle support.</li> <li>2013-05-03 <a href="/files/4.0.0/">4.0.0</a>: Removal of HTML frames, switch to tree-based navigation, and new look for the documentation.</li> <li>2013-12-12 <a href="/files/4.1.0/">4.1.0</a>: Requires PHP 5.3 and MySQL 5.5. Added ReCAPTCHA support, configurable menus, and an error reporting component.</li> <li>2014-05-08 <a href="/files/4.2.0/">4.2.0</a>: Added fixed navigation tabs, favorites table and a quick filter for displayed rows.</li> <li>2014-12-05 <a href="/files/4.3.0/">4.3.0</a>: Added SQL preview mode, central list of columns, normalization and the new console.</li> <li>2015-04-01 <a href="/files/4.4.0/">4.4.0</a>: Various improvements to the table structure page, the console and the ZeroConf features.</li> <li>2015-09-23 <a href="/files/4.5.0/">4.5.0</a>: Various improvements to export, import, table partitions or the console features. Requires PHP 5.5 or newer</li> <li>2016-03-22 <a href="/files/4.6.0/">4.6.0</a>: Improved support for SSL connections to MySQL and many bugfixes.</li> <li>2017-03-29 <a href="/files/4.7.0/">4.7.0</a>: Added database and table filtering, changes to JSON export, and begin using Composer to manage library dependencies.</li> <li>2018-04-07 <a href="/files/4.8.0/">4.8.0</a>: Support for two–factor authentication, added a mobile–friendly interface.</li> <li>2019-06-04 <a href="/files/4.9.0/">4.9.0</a>: "Long Term Support" (LTS) version providing security fixes for PHP 5.5 through 7.4 and MySQL 5.5 and newer.</li> <li>2019-12-26 <a href="/files/5.0.0/">5.0.0</a>: Added the Metro theme as well as modernizing many aspects of the codebase. PHP 7.1 or newer is now required.</li> <li>2021-02-24 <a href="/files/5.1.0/">5.1.0</a>: Added a routing system and re-worked all the route endpoints. Babel is now used to transpile JS files and Bootstrap is used more and more in our Twig templates. A lot of codebase modernizing and some performance improvements.</li> <li>2022-05-10 <a href="/files/5.2.0/">5.2.0</a>: Added support for account locking, upgraded to Bootstrap to version 5 and a lot of codebase modernizing and some performance improvements. PHP 7.2 or newer is now required.</li> </ul> <h2>Name</h2> <p> The phpMyAdmin name is obviously a mixture of PHP as the language it uses, MySQL as the database it manages and administration as the activity it handles. Even though the name seems to be quite simple, many people mix it up and they refer to phpMyAdmin under different names, such as myphpadmin, phpadmin, phpmysqladmin (these are the three most frequent Google searches going to this website aside from the correctly spelled variant). </p> </div> </content> <!-- Modal --> <div class="modal fade" id="downloadModal" tabindex="-1" aria-labelledby="downloadModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header"> <h1 class="modal-title fs-5" id="downloadModalLabel">Thank you for downloading phpMyAdmin</h1> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <p> Your download should start soon, if not please <a id="dl-link" href="">click here</a>. </p> <h4>Please verify the downloaded file</h4> <p> Please take additional steps to verify that the file you have downloaded is not corrupted, you can verify it using the following methods: </p> <ul> <li id="dl-li-pgp">Verify its <a id="dl-pgp" href="">PGP signature</a>, see the <a href="https://docs.phpmyadmin.net/en/latest/setup.html#verifying-phpmyadmin-releases">Verifying phpMyAdmin releases</a> chapter for more information.</li> <li>Check that the file's SHA256 hash matches <code id="dl-sha256"></code></li> </ul> <h4>phpMyAdmin needs your continued support to grow and thrive</h4> <p> phpMyAdmin would not exist without the work of many volunteers and contractors. You can support us to make phpMyAdmin even better by <a href="/donate/">donating to our project</a>. Every donation counts! <p> <p> We have also a <a href="/sponsors/#conditions">sponsorship program</a> for corporates who are willing to spent more money and get some benefits such as a logo placement in return. </p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-bs-dismiss="modal">Close</button> <a href="/donate/" class="btn btn-primary">Donate to phpMyAdmin</a> </div> </div> </div> </div> <footer> <ul class="footer"> <li>Copyright © 2003 - 2025 <span class="vcard"><a class="url org fn" href="/team/">phpMyAdmin contributors</a><a href="mailto:developers@phpmyadmin.net" class="email"></a></span></li> <li><a href="/license/" rel="license">License</a></li> <li><a href="/donate/" rel="payment" title="Support phpMyAdmin by donating money!">Donate</a></li> <li><a href="/about-website/" title="Information about website">About</a></li> <li class="logo"><a href="https://twitter.com/phpmya"><i class="fa fa-twitter-square"></i></a></li> <li class="logo"><a href="https://www.facebook.com/pages/PhpMyAdmin/157021164334486"><i class="fa fa-facebook-official"></i></a></li> </ul> </footer> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-2718724-14', 'auto'); ga('send', 'pageview'); </script> </body> </html>