row lenght too long
#2

https://dev.mysql.com/doc/refman/5.7...ow-size-limits

Increasing innodb_page_size should work, but that will just mask the symptoms. The cause will probably need to be sought with the data model, or rather the lack thereof. If you need to add a number to a column name then you're doing databases wrong. I've seen things like "Vehicle5Mod13" far too many times and it makes my hair stand up. Hundreds of columns because people don't use or don't want to use relations.
Reply


Messages In This Thread
row lenght too long - by Bussyman - 09.04.2017, 07:13
Re: row lenght too long - by Vince - 09.04.2017, 09:57
Re: row lenght too long - by Bussyman - 09.04.2017, 10:22
Re: row lenght too long - by Vince - 09.04.2017, 10:44

Forum Jump:


Users browsing this thread: 1 Guest(s)