How to import table in phpmyadmin? I got error of file size

后端 未结 11 1790
借酒劲吻你
借酒劲吻你 2021-02-04 02:39

I want to import database in phpmyadmin but i got error like this... \"No data was received to import. Either no file name was submitted, or the file size exceeded the maximum s

11条回答
  •  梦毁少年i
    2021-02-04 03:22

    Open php.ini file

    (Open xampp-control-panel. In front of Apache, there is a config button. Click on that and php.ini will be opened).

    In php.ini there is upload_max_filesize=2M

    update it to upload_max_filesize=10M (you can update it as per your requirement)

    After this, you have to restart apache in xampp-control-panel

提交回复
热议问题