Cara mengatasi error 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


Assalamu'alaikum wr wb
Kali ini saya akan share Cara mengatasi error 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.
Pesan error tersebut tampil saat saya sedang ingin import database yang berekstensi .sql dari phpmyadmin.
Berikut ini solusinya.
-------------------------------
1.Buka file php.ini yang berada di C:\xampp\php\php.ini (kebetulan saya install di drive C, sesuaikan dengan drive installasi anda.)
2.Setelah itu buka file php.ini (bisa dibuka dengan notepad)
3.Temukan dan ubah settingan default ke settingan berikut ini

Temukan:
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M

Ubah menjadi:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M

4.Setelah selesai diubah silahkan di simpan/ save
5.Restrart xampp anda (apache dan mysql)
6.Selesai
-------------------------------
Semoga bermanfaat.
http://pangeran-it.blogspot.com/
Cara mengatasi error 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 Cara mengatasi error 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 Reviewed by Syawaluddin Amin, S.Kom on Oktober 24, 2016 Rating: 5

1 komentar:

Diberdayakan oleh Blogger.