3

after I install phpmyadmin by "sudo yum install phpMyAdmin", it installed successfully.

However, when I type http://example.com/phpmyadmin always get "The requested URL /phpmyadmin was not found on this server."

So my question is how to configure phpmyadmin after install it, I searched online for lots post and none of them solves my problem so far, any suggestions? (I restarted apache after install phpmyadmin and it didnt work)

Background: using amazon ec2 linux ami, php/apache/mysql up and running. (and where can I find apache installed directory and phpmyadmin configure file? I tried /etc/apache, but apache is not there)

Thanks a lot for your help!

air_bob
  • 1,317
  • 14
  • 26
  • No idea about your specific issue, but `find / -name phpMyAdmin 2>/dev/null` is always a half-decent first step. – jedwards Mar 22 '13 at 09:57
  • eventually I solved the problem via this tutorial: https://gist.github.com/aronwoost/1105007 – air_bob Sep 26 '13 at 09:20

0 Answers0