Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2181

[3.3.x] Support Forum • Re: [Split] Upgrade to 3.3.12, MYSQL error

$
0
0
I found my solution here: https://forum.joomla.de/thread/18532-row-size-too-long/

I had to set 3 tables to dynamic:

Code:

alter table phpbb_users ROW_FORMAT=DYNAMIC;alter table phpbb_forums ROW_FORMAT=DYNAMIC;alter table phpbb_profile_fields_data ROW_FORMAT=DYNAMIC;
maybe this can help others ;)

thanks for reading though :)

Statistics: Posted by RobiRobs — Sun Nov 03, 2024 10:13 am



Viewing all articles
Browse latest Browse all 2181

Trending Articles