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

后端 未结 11 1953
借酒劲吻你
借酒劲吻你 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条回答
  •  感动是毒
    2021-02-04 03:07

    I had the same problem. Here is the solution:

    you need to edit the variable for max_upload_size in php.ini file so do the following:

    locate php.ini

    it will show you the location of that file

    enter the file by

    sudo gedit /etc/php/7.0/apache2/php.ini
    

    enter password

    find the variable and edit the value to as much as you want save it and exit now restart your server service apache2 restart and done!!

提交回复
热议问题