参考文章:https://jingyan.baidu.com/article/425e69e6fb7a87be15fc16e4.html
注意: 在mysql数据库服务的服务器下安装该工具
1 .下载
> wget https://files.phpmyadmin.net/phpMyAdmin/4.8.1/phpMyAdmin-4.8.1-all-languages.zip
2 .解压
> unzip phpMyAdmin-4.8.1-all-languages.zip
3 . 复制
>cp libraries/config.default.php config.inc.php
4. 重启服务
> service mysqld restart
停止 mysqld: [确定]
正在启动 mysqld: [确定]
> service httpd restart
停止 httpd: [确定]
正在启动 httpd:httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.1.28 for ServerName
[确定]
5. 登录网页
https://192.168.1.28/phpmyadmin
登录不成功
该问题等待后续解决