軟件下載地址:
https://files.phpmyadmin.net/phpMyAdmin/4.5.5.1/phpMyAdmin-4.5.5.1-all-languages.zip
解壓軟件
[root@localhost pack]# unzip phpMyAdmin-4.5.5.1-all-languages.zip
將解壓文件移至Apache的網頁根目錄下
[root@localhost pack]# cp phpMyAdmin-4.5.5.1-all-languages /usr/local/apache2/htdocs/ -r
修改配置文件/usr/local/apache2/htdocs/phpmyadmin/libraries/config.default.php
$cfg['PmaAbsoluteUri'] = 'http://192.168.1.20/phpmyadmin';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['DefaultLang'] = 'zh';
訪問網頁
下面的就是主界面