MySQL - ERROR 1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 09:05, 9 сентября 2019; Admin iph (обсуждение | вклад) (Новая страница: «{{#seo: |title= |titlemode=append |keywords=innodb, row, size, limitation, 65535 |description=Решение ошибки Row size too large }} = MySQL - ERROR 1…»)
MySQL - ERROR 1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs
# mysql dump_oprose < dump_oprose .sql ERROR 1118 (42000) at line 556: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
Ошибка означает, что при создании таблицы общий размер всех полей больше чем 65535 и нужно заменить varchar(n) тип данных на text
О том как можно еще обойти лимиты: