Control Web Panel

WebPanel => MySQL => Topic started by: n1kko on November 07, 2015, 09:19:18 AM

Title: Request Entity Too Large
Post by: n1kko on November 07, 2015, 09:19:18 AM
I am trying to import a 400mb sql file. I have changed
upload_max_filesize = 500M
post_max_size = 500M

Restarted HTTP

but get this error

Request Entity Too Large

The requested resource
/phpMyAdmin/import.php
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
Title: SOLVED: Request Entity Too Large
Post by: n1kko on November 07, 2015, 10:06:20 AM
Solved: It was Mod Security causing the issue. Uninstalled and uploaded fine.