Jump to content

PhpMyAdmin: Difference between revisions

From EDM2
m Version bump
Ak120 (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:PhpMyAdmin_logo.png|right]]
[[Image:PhpMyAdmin_logo.png|right]]
A utility package for [[MySQL]] that allows you to configure and administer the database over the web. The tool will work with any operating system that has a [[web server]], reasonably current port of [[PHP]] and MySQL and also supports configuration of popular MySQL forks such as MariaDB and Drizzle.
A utility package for [[MySQL]] that allows you to configure and administer the database over the web. The tool will work with any operating system that has a web server, reasonably current port of [[PHP]] and MySQL. Note that PMA also supports configuration of popular MySQL forks such as MariaDB and Drizzle but neither of these are currently available on OS/2, however an OS/2 based PHPMyAdmin can control and configure databases hosted on other systems including the latter two.


==Version==
==Version==
* Current version: phpMyAdmin 4.5 (2015-09-23)
* Current version: phpMyAdmin 4.6.2 (2016-05-25)
* Legacy version:  phpMyAdmin 2.11.9 (Ideal if you are running old versions of PHP or MySQL)
* Legacy version:  phpMyAdmin 2.11.9 (Ideal if you are running old versions of PHP or MySQL)


====Prerequisites====
;Prerequisites
* Web server
* Web server
* [[PHP]] version PHP 5.2.0 or later, with the Standard PHP Library (SPL) extension enabled. PHP 4.2.0 or newer for phpMyAdmin 2.11.9
* [[PHP]] version PHP 5.2.0 or later, with the Standard PHP Library (SPL) extension enabled. PHP 4.2.0 or newer for phpMyAdmin 2.11.9
Line 18: Line 18:


==Publications==
==Publications==
* Marc Delisle: [https://www.packtpub.com/big-data-and-business-intelligence/mastering-phpmyadmin-34-effective-mysql-management Mastering phpMyAdmin 3.4 for Effective MySQL Management] - ISBN: 9781849517782 - In Print
* Marc Delisle: [https://www.packtpub.com/big-data-and-business-intelligence/mastering-phpmyadmin-34-effective-mysql-management Mastering phpMyAdmin 3.4 for Effective MySQL Management] - ISBN: 9781849517782
* Marc Delisle: [https://www.packtpub.com/web-development/dominar-phpmyadmin-para-una-administraci%C3%B3n-efectiva-de-mysql-espanol Dominar phpMyAdmin para una administración efectiva de MySQL] - ISBN: 9781904811985 - In Print
* Marc Delisle: ''phpMyAdmin Starter'' - 2012
* Marc Delisle: phpMyAdmin Starter - 2012 - in Print.


[[Category:Tools]][[Category:Databases]][[Category:PHP]][[Category:SQL]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]]
[[Category:Software written in PHP]][[Category:SQL]]

Latest revision as of 21:35, 28 October 2017

A utility package for MySQL that allows you to configure and administer the database over the web. The tool will work with any operating system that has a web server, reasonably current port of PHP and MySQL. Note that PMA also supports configuration of popular MySQL forks such as MariaDB and Drizzle but neither of these are currently available on OS/2, however an OS/2 based PHPMyAdmin can control and configure databases hosted on other systems including the latter two.

Version

  • Current version: phpMyAdmin 4.6.2 (2016-05-25)
  • Legacy version: phpMyAdmin 2.11.9 (Ideal if you are running old versions of PHP or MySQL)
Prerequisites
  • Web server
  • PHP version PHP 5.2.0 or later, with the Standard PHP Library (SPL) extension enabled. PHP 4.2.0 or newer for phpMyAdmin 2.11.9
  • MySQL 5.0.1 or newer or MariaDB 5.1 or newer. MySQL 3.23.32 or newer for phpMyAdmin 2.11.9, that version does not support MariaDB.

Links

License

  • Open source released under the GPL v2

Publications