0

I'm trying to update a row in a table but it comes back with:

Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. You have to change some columns to TEXT or BLOBs

All of my fields apart from the ID are BLOBs so I have no idea what the error is meaning.

Can anybody help?

AllInOne
  • 1,450
  • 2
  • 14
  • 32
lnelson92
  • 621
  • 5
  • 20
  • 27

1 Answers1

0

Just change your columns type to TEXT as mysql said.