What ways fixing it. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: What ways fixing it. (
/showthread.php?tid=580957)
What ways fixing it. -
Banditukas - 09.07.2015
[ERROR] CMySQLQuery::Execute[] - (error #111

Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline.
Re: What ways fixing it. -
Banditukas - 26.07.2015
UP THREAD.
Re: What ways fixing it. -
Vince - 26.07.2015
Row size too large. Hmm. Wonder what that may mean ... I'm guessing you have 300 columns or so? If so, then you should seriously read up on database normalization and splitting data into other tables.