phpMyAdmin is a PHP-based, Web MYSQL/MARIADB database management tool. Although there are already some lightweight database management tools such as Adminer, phpMyAdmin is more widely used by webmasters to perform various mysql/mariadb management tasks. It supports almost all MySQL database/table related operations, such as browse, create, copy, delete, rename, change, and MySQL user/Rights Management and database import/export. Here's how to install phpMyAdmin on CentOS 6 or 7.
Download: wget https://files.phpmyadmin.net/phpMyAdmin/4.0.10.16/phpMyAdmin-4.0.10.16-all-languages.tar.gz
Then extract directly to the root directory of the site can be.
Tar zxvf phpmyadmin-4.0.10.16-all-languages.tar.gz # #解压
mkdir phpMyAdmin # #在当前目录创建phpmyadmin目录, store the extracted files.
MV phpmyadmin-4.0.10.16-all-languages/* phpmyadmin/# #移动到PHPmyadmin目录下
CD phpMyAdmin # #进入PHPmyadmin目录
CP config.sample.inc.php config.inc.php # # Copy the sample configuration file to the config.inc.php file
Vim config.inc.php # #修改代码, default bit cookies, change to HTTP
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/83/6E/wKioL1dzbeCDOGclAAFeMZ2u9gA081.png "title=" Screenclip.png "alt=" Wkiol1dzbecdogclaafemz2u9ga081.png "/>
You can then restart the Nginx service to access
Installing phpMyAdmin on CentOS