관리 메뉴

투덜이 개발자

[Mysql] 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. 본문

DataBase/MySQL

[Mysql] 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.

엠투 2022. 9. 26. 17:07
반응형

[Mysql] 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.

윈도우 에 설지된 MariaDB 의 설정 파일 경로를 찾아 수정해준다.

 

my.ini 파일을 열어서 아래와 같이 추가하거나, 변경해준다. 

innodb_strict_mode = 0
innodb_log_file_size = 512M

mysql 서비스 재시작 후 에러없이 DB 복구가 되는것을 확인

 

반응형