lamp安装phpmysqladmin
phpmyadmin简介
phpmyadmin是一个以PHP为基础,以Web-Base方式架构在网站主机上的MySQL的数据库管理工具。
简单来说就是让使用者能在网页直接管理操作数据库并及时看到数据库的情况。
部署phpmyadmin
#下载压缩包然后解压
[root@localhost ~]# cd /usr/src/
[root@localhost src]# ls
debug kernels
[root@localhost src]# ls
debug kernels phpMyAdmin-5.2.0-all-languages.zip
[root@localhost src]# unzip phpMyAdmin-5.2.0-all-languages.zip
#把php包放到指定网页的位置
[root@localhost ~]# cd /usr/local/apache/htdocs/
[root@localhost htdocs]# ls
index.html nuanchun
[root@localhost htdocs]# cd nuanchu