Good day. I would like to seek for help regarding importing a .sql file on phpmyadmin on xampp. I can access my phpmyadmin via network however when I'm trying to import a .sql file it doesn't connect to the server. Export is possible.
This is my settings of the http-xampp.conf
on xampp
<Directory "F:/xampp/phpMyAdmin">
AllowOverride AuthConfig
Order allow,deny
Require local
Require ip 10.10.10.100
Allow from all
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>