Jump to content
  • 0
Dolphin86

SQL import exceeded max file size

Question

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?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
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
Link to comment
Share on other sites

  • 0

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.