centos 7安装phpMyadmin

Posted 王树燚

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 7安装phpMyadmin相关的知识,希望对你有一定的参考价值。

1.phpmyadmin官网下载多语言包


2.找到libraries目录下的config.default.php
1)查找$cfg[‘PmaAbsoluteUri‘]
设置默认访问网址


2)查找$cfg[‘Servers‘][$i][‘host‘]
$cfg[‘Servers‘][$i][‘port‘]
设置默认访问主机和端口号


3)查找$cfg[‘Servers‘][$i][‘user‘]

$cfg[‘Servers‘][$i][‘password‘]
设置数据库账号密码


4)查找$cfg[‘Servers‘][$i][‘auth_type‘] = ‘cookie‘
设置phpmyadmin访问类型

 

3.修改http.conf文件如下
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
</Directory>

















以上是关于centos 7安装phpMyadmin的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 7安装Oracle (CentOS Linux release 7.5.1804)

安装centos 7安装不了,有问题。

centos 7 minimal安装之后怎么设置

怎样在centos 7安装gcc

CentOS 7 安装 MySQL

CentOS 7 安装 MySQL