forumnz Posted December 2, 2007 Share Posted December 2, 2007 Hi I installed WampServer 5 on my machine and I got PHP working. I can't get phpMyAdmin to work though. It's really frustrating now, but when I load it II get : phpMyAdmin - Error That's all I get. Please help, Sam. Link to comment https://forums.phpfreaks.com/topic/79873-wampserver-5/ Share on other sites More sharing options...
~n[EO]n~ Posted December 3, 2007 Share Posted December 3, 2007 Have you changed any config files... Your phpmyadmin config should look like this. When i messed with this I got same error as yours... Alias /phpmyadmin/ "c:/wamp/phpmyadmin/" # to give access to phpmyadmin from outside # replace the lines # # Order Deny,Allow # Deny from all # Allow from 127.0.0.1 # # by # # Order Allow,Deny # Allow from all # <Directory "c:/wamp/phpmyadmin/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory> Link to comment https://forums.phpfreaks.com/topic/79873-wampserver-5/#findComment-404789 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.