ou don't have permission to access /phpmyadmin/ on this server

来源:2-2 WAMPServer服务控制面板介绍

慕少4997523

2017-07-30 22:48

You don't have permission to access /phpmyadmin/ on this server. 解决:?:\wamp\alias\phpmyadmin.conf中 Deny from all Allow from 127.0.0.1 修改为: Allow from all //deny->allow

写回答 关注

1回答

  • 慕少4997523
    2017-07-30 22:49:04

    You don't have permission to access /phpmyadmin/ on this server. 解决:?:\wamp\alias\phpmyadmin.conf中 Deny from all Allow from 127.0.0.1 修改为: Allow from all //deny->allow

PHP入门篇

PHP入门教程轻松学习,行业大牛帮您快速掌握PHP编程基础知识。

455956 学习 · 6306 问题

查看课程

相似问题