简体   繁体   中英

How to import sql on xampp phpmyadmin via network

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>

Hi common problem this is....this bug can occure from below:

1.if your importing file is more thn 250kb it won't import 2.another case is observe once inside ur file if there is any error like use database cmd and all....if its possible pls send ur error name let me see once

Thank u

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM