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

后端 未结 11 1831
借酒劲吻你
借酒劲吻你 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:07

    If you are using XAMPP in Ubuntu

    Follow theses steps

    /opt/lampp/etc/php.ini

    Seach for the below line and change it according to your need.

    ; Maximum allowed size for uploaded files. upload_max_filesize = 2M

提交回复
热议问题