mysql XAMPP :
-go xammp
XAMPP\Apache\\\
-open httpd-xampp.conf
#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
#Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
Hide result-create a database in mysql and create a new user with a username and password with the host:% (any host), which will allow you to connect the "username" @ "%" over the network
-search command line type ipconfig
now you can access mysql in your ipaddress: 3306 (3306 is the default port for mysql)
source
share