• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Access denied phpMyAdmin

 
Ranch Hand
Posts: 87
Android Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed WAMP server.
I can not access MySQL server. I typed http://localhost/phpmyadmin/
results in Error Access denied "#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) "
Help me!
 
Ranch Hand
Posts: 71
PHP Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which WAMP server did you install? Did you verify that the Apache and PHP installation works correctly by trying a simple php file, such as one containing a call to phpinfo()? Did you verify that you can sign into MySQL?

How did you install phpMyAdmin? Specifically, how did you go about configuring it?

Please TellTheDetails!
 
Aniket S. Kulkarni
Ranch Hand
Posts: 87
Android Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry!!!
I have installed WampServer2.3-beta-x32.msi.
Yes. I can run the php scripts like phpinfo(); but could not interact with database.
When I try to access phpMyAdmin results above mentioned error.
Thanks in Advance!
 
Aniket S. Kulkarni
Ranch Hand
Posts: 87
Android Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I searched on Google, but I could not find exact solution.
I reinstalled WAMP server. Now, I can run phpMyAdmin.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic