MariaDb 작업 도중
Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.
에러를 만남.
해결 방안으로
1. Text나 BLOB타입으로 변경
2. DB 설정 파일에서 my.cnf에서
[mysqld]
innodb_strict_mode = 0
를 설정해준다.
'개발정보 > Database' 카테고리의 다른 글
[Mysql] in current row format, BLOB prefix of 0 bytes is stored inline. (0) | 2021.07.31 |
---|---|
[MSSQL] 테이블 필드의 설명 구하기 (0) | 2018.02.27 |
[MSSQL] 특정 단어가 포함된 프로시저 찾기 (0) | 2018.02.27 |