Php – How to import table in phptheadmin? I got error of file size

PHPphpmyadmin

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 size permitted by your PHP configuration."

my file size is 4.8 mb,

please give me solution….

Best Answer

Follow theses steps

Go to the PHP folder -> search for php.ini

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

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

Restart the server to confirm changes.