php - No data was received to import -
i want import database in phpmyadmin got error this... "no data received import. either no file name submitted, or file size exceeded maximum size permitted php configuration." file size 558kb, on live server
if database size greater 2mb such problem occur, goto php.ini, find upload_max_filesize = 2m
replace 2m upload_max_filesize = 10m
no problem unless database size less 10mb. can set value per requirement.
Comments
Post a Comment