How to fix “#1118 error – Row size to large

This error is occur when we insert mysql file to older php version, so here we share how to fix this error.

How this error occur in localhost

Error #1118 is a error of (row size to large), when we shift the higher php version to lower php version this error is occur.

To solve this we have to add some codes to C:/programdata/mysql/mysql server 5.2/my.ini file

innodb_log_file_size = 512M

inndob_strict_mode = 0

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

You May Also Like