MySQL Forums
Forum List  »  InnoDB

Re: "row size too large. the maximum row size for the used table type, not counting blobs is 8126"
Posted by: Rick James
Date: August 01, 2013 08:25PM

Yes, you have hit a limit.

Some suggestions:
* CHAR -> VARCHAR
* (250) -> something more reasonable for the field in question.
* Split into multiple tables, such as one for the PASTA_DE_IMAGENS fields, another for LIVRO_DE_PROTOCOLO, CARTWEB, etc.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: "row size too large. the maximum row size for the used table type, not counting blobs is 8126"
909
August 01, 2013 08:25PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.