更新 EasyPHP 后 PHPMyAdmin 错误

标签 php mysql phpmyadmin easyphp

我最近更新了基于 Windows 的 Apache 服务器版本(我正在使用 EasyPHP),但我在使用 PHP MyAdmin 时遇到了问题。使用旧版本(13.1 VC9),我可以连接到 MyAdmin 页面,没有问题。但是,我无法使用新版本(14.1 VC9)进行连接。我在新版本中遇到的错误是:

Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.
Error 404
127.0.0.1
Apache/2.4.7 (Win32) PHP/5.4.24

我需要做什么才能重新访问 PHPMyAdmin。

最佳答案

您应该简单地打开http://127.0.0.1/home/

这里有部分模块。您这里应该至少有一个 phpmyadmin,当您单击它时,它将打开 phpMyAdmin。

如果您想使用别名 - 例如您想使用 http://phpmyadmin 加载 phpmyadmin,则必须创建它。

因此,再次访问 http://127.0.0.1/home/ 并检查下面的 phpmyadmin 模块是否有 Virtual Hosts Manager 1.4 。如果没有,请关闭 easyphp ,访问 http://www.easyphp.org/modules.php,下载并安装 Virtual Hosts Manager(选择 14.1 VC9 版本的)。

重新启动 easyphp 后,您应该在 http://127.0.0.1/home/ 上拥有 Virtual Hosts Manager 1.4 。现在,只需单击“添加虚拟主机”,作为名称,您可以插入 phpmyadmin ,并且在路径目录中,您应该将整个系统路径插入到 phpmyadmin 所在的目录中。例如我的是 **D:\DaneAplikacji\easyphp\modules\phpmyadmin420x140509165737**。保存它,现在您将能够使用您的别名打开 phpmyadmin,例如 http://phpmyadmin

关于更新 EasyPHP 后 PHPMyAdmin 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23291988/

相关文章:

php - 从 mysql 表中删除一行

php - 计数器不会在 PHP/MySQL 中递增

mysql - 错误 #1054 - 尝试将 CSV 文件导入数据库时​​字段列表中出现未知列

php - 如何保护父级样式免受用户在描述字段中添加的样式的影响

php - 如何从字符串中删除换行符(无字符!)?

MySQL查询和关系表

mysql - SQL脚本错误

php - Nginx 与 PhpMyAdmin(通过 ssl 保护)

php - 从android studio到php到mysql的连接存储在phpmyadmin中

javascript - 如何在不刷新页面的情况下在屏幕上显示新记录?