MySQL TEXT數據類型的最大長度 MySQL多Text字段報8126錯誤(解決過程)

TINYTEXT 256 bytes  
TEXT 65,535 bytes ~64kb
MEDIUMTEXT  16,777,215 bytes ~16MB
LONGTEXT 4,294,967,295 bytes ~4GB

 

http://blog.sina.com.cn/s/blog_71f8aa010100vusp.htmlhtml

MySQL多Text字段報8126錯誤(解決過程)

 

Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. You have to change some columns to TEXT or BLOBs

若是增大schedule_remark字段的內容,就會報上面的錯誤。Row size too large。表示行的內容太多了,就是線路220567存儲的內容太多了。後面的You have to change some columns to TEXT or BLOBs具備迷惑性,由於schedule_remark字段的內容並無增長到65k(text類型最大是65k),就報上面的錯誤。看來只有縮短文字內容。post

Text類型的字段容量也是有限的url

新增一個Text字段也會出現上面的問題。htm

相關文章
相關標籤/搜索