Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : 413 Request Entity Too Large in phpMyAdmin



Normal Mode | Print  

 413 Request Entity Too Large in phpMyAdmin, This error shows up when uploading backup db (1 Replies, Read 37281 times)
psycholyzern
Group: Member
Post Group: Newbie
Posts: 1
Status:
well, I got this error when trying to upload database 1.7MB  size.
"413 Request Entity Too Large"

I googled for solution but no result for webuzo..

btw, I solved it..

Quote
1. login as root on your server

2. edit your nginx configuration:
*you can use any text editor that you want. I love nano..

# nano /usr/local/emps/etc/nginx/nginx.conf

3. find http section:

        ############################
        # HTTP Connection - ENDUSER
        ############################

add "client_max_body_size 20M;" under the title.. it will be like this:

        ############################
        # HTTP Connection - ENDUSER
        ############################
client_max_body_size 20M;

4.Save and close the editor.

5. run this commands:

# /usr/sbin/nginx -t
# /usr/sbin/nginx -s reload

6. you are done

IP: --   


Threads
 psycholyzern   413 Request Entity Too Large in phpMyAdmin, This error shows up when uploading backup db (1 Replies, Read 37281 times)
    |--  valley   Hi, Thanks for...   on May 30, 2013, 7:09 am

« Previous    Next »

Normal Mode | Print  



Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 30, 2025, 1:45 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 10  |  Page Created In:0.929