简体   繁体   English

更新EasyPHP后出现PHPMyAdmin错误

[英]PHPMyAdmin error after updating EasyPHP

I recently updated a version of my windows based Apache server (I'm using EasyPHP) and I'm having issues with PHP MyAdmin. 我最近更新了基于Windows的Apache服务器的版本(我正在使用EasyPHP),并且PHP MyAdmin出现了问题。 With the old version(13.1 VC9), I'm able to connect to the MyAdmin page, no problem. 使用旧版本(13.1 VC9),我可以连接到MyAdmin页面,没问题。 However, I am not able to connect using the new version(14.1 VC9). 但是,我无法使用新版本(14.1 VC9)进行连接。 The error I get with the new version is: 我在新版本中遇到的错误是:

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

What do I need to do to be able to re-access PHPMyAdmin. 我需要做些什么才能重新访问PHPMyAdmin。

You should simple open http://127.0.0.1/home/ 您应该简单地打开http://127.0.0.1/home/

And here you have sections modules. 这里有部分模块。 You should have here at least one phpmyadmin and when you click it, it will open phpMyAdmin. 您应该在这里至少有一个phpmyadmin,当您单击它时,它将打开phpMyAdmin。

If you want to use alias - for example you want to load phpmyadmin using http://phpmyadmin you will have to create it. 如果要使用别名-例如,要使用http://phpmyadmin加载http://phpmyadmin ,则必须创建它。

So go again to http://127.0.0.1/home/ and check if below phpmyadmin modules you have Virtual Hosts Manager 1.4 . 因此,再次转到http://127.0.0.1/home/并检查phpmyadmin模块下面是否具有Virtual Hosts Manager 1.4。 If not, close easyphp , go to http://www.easyphp.org/modules.php , download and install Virtual Hosts Manager (choose the one for 14.1 VC9). 如果不是,请关闭easyphp,转到http://www.easyphp.org/modules.php ,下载并安装Virtual Hosts Manager(为14.1 VC9选择一个)。

After you start again easyphp you should have at http://127.0.0.1/home/ your Virtual Hosts Manager 1.4 . 重新启动easyphp之后,您应该位于http://127.0.0.1/home/您的Virtual Hosts Manager 1.4上。 Now simple click on "Add virtual host", as a name you can for example insert phpmyadmin and in path directory you should insert the whole system path to directory where you have phpmyadmin. 现在只需简单地单击“添加虚拟主机”,就可以将其作为名称(例如,插入phpmyadmin),并在路径目录中将整个系统路径插入到具有phpmyadmin的目录中。 For example mine is **D:\\DaneAplikacji\\easyphp\\modules\\phpmyadmin420x140509165737**. 例如我的是** D:\\ DaneAplikacji \\ easyphp \\ modules \\ phpmyadmin420x140509165737 **。 Save it and now you will be able to open phpmyadmin using your alias as for example http://phpmyadmin 保存它,现在您将能够使用您的别名打开phpmyadmin,例如http://phpmyadmin

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM