码迷,mamicode.com
首页 > Web开发 > 详细

centos 7安装phpMyadmin

时间:2017-03-12 23:37:13      阅读:280      评论:0      收藏:0      [点我收藏+]

标签:follow   pass   centos   lin   nbsp   port   symlink   auth   网址   

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

标签:follow   pass   centos   lin   nbsp   port   symlink   auth   网址   

原文地址:http://www.cnblogs.com/wangshuyi/p/6539566.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!