Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 아파치 웹 서버의 정보 숨기기
- 윈도우 mod_security2
- httpd.conf 보안 설정
- bootstrap
- php 이미지 url 검증 함수
- 숫자 3자리(천단위) 마다 콤마 찍기
- usb 삭제
- 유튜브 플레이 리스트 저장
- 비밀번호정규식
- modsecurity 설치
- postfix 설치
- apple push notification service (apns) is changing
- (using password: YES)" when trying to connect
- group_concat 구분자
- VS Code 서버설치
- 비밀번호검증정규식
- javascript
- thumbnail 클래스
- sha-2 root
- 파라미터 & 오류
- php 배열제거
- html pdf 변환
- mariadb upgrade
- PHP 정규식 예제
- 윈도우 환경 아파치 mod_security2 설치
- wsl2 우분투에 docker 설치
- bootstrap modal
- mod_security2 설치
- usb efi 시스템 파티션 삭제
- 자바스크립트비밀번호검증
Archives
- Today
- Total
투덜이 개발자
[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 복구가 되는것을 확인
반응형
'DataBase > MySQL' 카테고리의 다른 글
MySQL / MariaDB like와 in을 동시 사용 => regexp (0) | 2023.01.19 |
---|---|
CentOS 7 MariaDB Install (0) | 2022.11.09 |
mysql 프로시저,함수 생성 권한 주기 (0) | 2022.09.13 |
MySQL이 my.cnf 파일 위치 확인 (0) | 2022.09.13 |
[MySQL] JOIN 걸어서 업데이트(UPDATE) 하기 (0) | 2022.07.14 |