I need to import a database but a warning is displayed as below
error phpmyadmin.POST Content-Length of 3617 bytes exceeds the limit of 128 bytes in Unknown on line 0
I need to import a database but a warning is displayed as below
error phpmyadmin.POST Content-Length of 3617 bytes exceeds the limit of 128 bytes in Unknown on line 0
Here's what you can do
try to import command line ,by using this command
mysql -u mysql_user -p DATABASE < backup.sql