After installing wamp, open phpMyAdmin under it, which is the path http://localhost/phpmyadmin/
appears
Look at the code inside and you will understand
The solution is to directly paste the image as follows:
The code is as follows:
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Change it to
Allow from 127.0.0.1 => Allow from all means replacing 127.0.0.1 with all
OK, everything is done (if not, restart wamp)