After installing EasyPHP, when you try to run phpMyAdmin you might get the following error:
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.
This might be due to the fact that it tries the following URL:
http://127.0.0.1/mysql/
Try this one instead:
http://127.0.0.1/home/mysql/
If it works then you can work it out by adding the following line to the httpd.conf file of Apache (you can find it under the %EASYPHP_HOME%/apache/conf path, where %EASYPHP_HOME% is the home directory of your EasyPHP installation). Open the file with a text editor and look up the following string: Alias /home/mysql
You should find something similar to the following line:
Alias /home/mysql “C:/Program Files/EasyPHP 3.0/phpmyadmin”
Just add, to the next line, the following string:
Alias /mysql “C:/Program Files/EasyPHP 3.0/phpmyadmin”
Restart EasyPHP. Now try to open http://127.0.0.1/mysql/. It should work.



Thanks, this solved my problem!
Thanks bro!!
I was facing the similar issues for days.
now its working!!
Thanks Alessandro,
You just ended hours of frustration for me after installing Easyphp 3.1.
Nobody has posted this on their forum yet, the last time I looked! Quite a big thing for them to have overlooked. Doh!
Another thanks
Thanks helped me too today. But found out phpmyadmin connecting mysql server with out asking for username and password.
I am using easy php;
thank you
my problem get solved
Awesome! It works like charm now… Thanks a lot for your detailed and pertinent description. Good job!
I could kiss you thanks, this pointed me in the right direction, for me on line #327 of the file, I changed;
Alias /home/mysql “C:/Program Files(x86)/EasyPHP5.2.10/phpmyadmin”
To
Alias /mysql “C:/Program Files(x86)/EasyPHP5.2.10/phpmyadmin”
And all worked fine, thanks!
thank you
You’re all welcome!
Thanks a lot