MySQL: Error 1118 – Row size too large

Error Number: 1118; Error Message: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs.

Nginx: Error 413 – Request Entity Too Large

I have installed Nginx on one of my servers. The target was to run a blog there. After everything was set up, the blog was running, but I faced a problem while uploading a file.The server was returning an Nginx error – 413 – Request Entity Too Large.