Jump to content
  • 0

SQL import exceeded max file size


Question

Posted

as title i was trying to upload my backup sql to phpmyadmin, got this 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. See FAQ 1.16.

i did some google and it state i need to edit php.ini to max the file size, but where is the php.ini file?

2 answers to this question

Recommended Posts

  • 0
Posted (edited)
4 hours ago, dolphincute said:

as title i was trying to upload my backup sql to phpmyadmin, got this 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. See FAQ 1.16.

i did some google and it state i need to edit php.ini to max the file size, but where is the php.ini file?

Go to var/lib/phpMyAdmin/upload/    upload your .sql files to that location and then go to phpmyadmin import.

123.png.fa8628410abe9d2015d8d37f339fca74.png

Edited by shatowolf
  • 0
Posted (edited)

You just edit you PHP.INI the uploadmax from 2M to what size you want using VI or NANO...

then restart your HTTP server or your server and walah! ^_^

Edited by chatterboy
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...