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. Quote Link to comment 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> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.