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>

最新文章

  1. Git-it字典翻译
  2. CPU的ADDR2为什么跟SDRAM的0地址线接在一起
  3. Oracle ABP(Autotask Background Process)
  4. jsp中Java代码中怎么获取jsp页面元素
  5. Visual Studio使用技巧
  6. 得到本地电脑IP4地址
  7. 使用withCount后再使用select设置查询的字段。就找不到withCount的数据了
  8. c_数据结构_栈的实现
  9. ajax 跨域----好用的解决方案
  10. SLES 12 SP2 安装src.rpm软件包
  11. PWA需要的技术
  12. elasticsearch-java异常
  13. DEV-C++设置C++11标准
  14. Python基础 - Ubuntu+Nginx+uwsgi+supervisor部署Flask应用
  15. Application Loader上传app,一直卡在“正在通过 App Store 进行鉴定”
  16. Python学习---django下的Session操作 180205
  17. 谷歌字体(Google Font)初探 [翻译自Google官方文档]
  18. Python基础学习之字符串(2)
  19. 2017.9.23 HTML学习总结----JavaScript实现输入验证
  20. jvm可视化工具jvisualvm插件——Visual&#160;GC

热门文章

  1. 关于linq to sql调用存储过程,出现&quot;无法枚举查询结果多次&quot;的问题
  2. idea中java文件打包出去步骤
  3. 你不知道的Console
  4. delphi添加.ocx后缀的控件
  5. scvmm应答文件 无人值守安装系统
  6. Transaction And Lock--已提交读快照
  7. Ubuntu sudo apt-get update提示 Failed to fetch,解决办法
  8. 关于dm-file-uploader(dmUploader)上传时传参
  9. Sql2012 AlwaysOn
  10. 936. Stamping The Sequence