I have tried all possible but still same issue, I get this error:
Forbidden You don't have permission to access /phpmyadmin/ on this server.
By searching the web I have modify:
<Directory "E:/wamp/apps/sqlbuddy1.3.2/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
to
<Directory "E:/wamp/apps/sqlbuddy1.3.2/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from all
I have tried some other option but the issue is same.