How to import big table into phpMyAdmin without the error of file size (file size exceeded)

1 Answer

0 votes
find:
php.ini

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

change upload max filesize to the size you need, example:
upload_max_filesize = 512M

save
restart Apache & MySQL

 



answered Jun 19, 2016 by avibootz

Related questions

1 answer 5,271 views
1 answer 201 views
1 answer 76 views
76 views asked Nov 30, 2023 by avibootz
1 answer 215 views
...