-2

1118 - Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format BLOB prefix of 0 bytes is stored inline

enter image description here

when I go to import database in my localhost xampp server, it's not uploading all table and giving this error

RiggsFolly
  • 93,638
  • 21
  • 103
  • 149

1 Answers1

0

Step 1: click variables button

Step 2: Search "innodb strict mode"

Step 3: clieck Edit button

Step 4: if it's "ON" then make it "OFF" and save it.

Now your problem is solved, you can try to import your database again!

image