Jump to content

Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or...


Go to solution Solved by teraßyte,

Recommended Posts

  • Solution
Posted

They should really include the ROW_FORMAT=DYNAMIC in queries by default for such situations.

For now as a fix you'd need to change your Wamp server MySQL configuration to create new tables using DYNAMIC by default.

 

P.S.: You posted this in topic Marketplace Support. 😋

Posted
1 minute ago, teraßyte said:

P.S.: You posted this in topic Marketplace Support. 😋

LOL. I never get it right. 😄

1 minute ago, teraßyte said:

For now as a fix you'd need to change your Wamp server MySQL configuration to create new tables using DYNAMIC by default.

Let me see where I find this in MariaDB (Wamp).

3 minutes ago, teraßyte said:

For now as a fix you'd need to change your Wamp server MySQL configuration to create new tables using DYNAMIC by default.

Found it. Let me try.

Posted
7 minutes ago, teraßyte said:

For now as a fix you'd need to change your Wamp server MySQL configuration to create new tables using DYNAMIC by default.

That did it. Thanks. 👍

2 minutes ago, teraßyte said:

MariaDB 10.2.2+ should be using such format by default, but maybe you have an old configuration file.

Nope. Using 10.7.3 and it was COMPACT.

Suite installed. Thanks.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...