You should try it without localhost. Therefore, if you use phpmyadmin on localhost like localhost:8080/phpmyadmin, then you should do192.168.1.2:8080/phpmyadmin
UPDATE:
Change the contents of the file
c:\wamp\alias\phpmyadmin.conf
:
<Directory "c:/wamp/apps/phpmyadmin3.4.5/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from all
</Directory>
source
share