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
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!!