Inside the folder c: \ wamp \ alias \ phpmyadmin.conf there is the line below to release phpmyadmin access to all machines on the network:
<IfDefine APACHE24>
Require all granted
I would like to know if you can change to release only by ip, because I'm afraid to leave it open in this way. I tried it like this but it gave an error and apache did not go up:
<IfDefine APACHE24>
Require local, 192.168.200.71
Thank you