How to resolve #1118 – Row size too large (> 8126)
Hi friends, in this tutorial I will tell you how to resolve the MySQL error #1118 – Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In the current row format, the BLOB prefix of 0 bytes is stored inline. This kind of error appears at the time of … Read more