Sunday, August 21, 2016

How install phpMyAdmin 4.6.4 released on Ubuntu

   phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.



phpMyAdmin 4.6.4 changelog
 
   phpMyAdmin 4.6.4 release includes many security fixes of various levels of severity. We recommend all users upgrade to this release immediately. For full information on the vulnerabilities fixed and mitigation factors for users who are unable to upgrade, refer to the ChangeLog file included with this release and the security announcements at https://www.phpmyadmin.net/security/.

Aside from the security fixes, bugs have been fixed in version 4.6.4 affecting:
  •     Create view when no view name specified
  •     Changing a password
  •     Fix deleting of users with non-English locales
  •     Fixed password change on MariaDB without auth plugin
How to Install phpMyAdmin 4.6.4 on Ubuntu

  Open terminal and insert command line...


$ sudo apt-get install mysql-server

$ sudo apt-add-repository ppa:nijel/phpmyadmin

$ sudo apt-get update

$ sudo apt-get upgrade

$ sudo apt-get install phpmyadmin
 

No comments:

Post a Comment