Make XAMPP phpmyadmin be accessible from other network
1. Make sure phpmyadmin is not running on port 80 ( Change phpmyadmin port )2. Navigate to \xampp\apache\conf
2. Open up httpd-xampp.conf
3. On the last section, modify as Require Local to Require gll granted
#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
# Require local
Require all granted
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
4. Setup phpmyadmin security, navigate to \xampp\phpMyAdmin
5. Security option: phpmyadmin user login page and/or phpmyadmin ip and/or user filtering / allow-deny access
6. Make sure to enable port forwarding on your router configuration to enable port (both phpmyadmin apache and mysql)