ERROR
[mySql ERROR] the maximum row size for the used table type
haeun 하은
2024. 2. 14. 13:21
728x90
the maximum row size for the used table type, not counting blobs, is 8126. this includes storage overhead, check the manual. you have to change some columns to text or blobs
**임시 해결 방법
set innodb_strict_mode = 0
728x90
반응형