본문 바로가기
728x90

ERROR25

[error]row size too large. 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. 📌 에러 내용row size too large. 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. 📌 table를 변경 하려고 할때 생기는 오류. ( 테이블 생성, 삭제 / 컬럼 추가, 삭제, 수정 )ALTER TABLE [테이블명] DROP COLUMN [컬럼명];mysql에서 row 사이즈가 제한이 되어 있어서 dataType이 varchar로 구성이 되어 있는 경우에 해당하는 오류가 발생 💡 해결 방안그래서 varchar를 BLOB나 .. 2024. 7. 23.
[mySql ERROR] the maximum row size for the used table type 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 2024. 2. 14.
[ERROR]com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure DB 커넥션 아웃 2023. 5. 25.
Tistory/503 error 티스토리 에러가 계속 되면 쿠키 및 캐시를 삭제해주면 해결 2023. 5. 23.
[error]Current charset is x-windows-949. If password has been set using other charset, consider using option 'passwordCharacterEncoding'/인코딩 에러 Current charset is x-windows-949. If password has been set using other charset, consider using option 'passwordCharacterEncoding' 📌 Connection Settings 👉 Driver properties 👉 passwordCaracterEncoding 에서 UTR-8 치고 연결 인코딩 에러 UTF-8 설정해주면 에러 해결 완 2023. 5. 16.
java 환경변수 에러 /'java'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. 🎈Error message java 환경변수 에러 /'java'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. 🎈해결 방법 명령프롬포트 관리자 모드로 접속 후 명령어 set PATH=%PATH%;"C:\Program Files\Java\jdk1.8.0_361\bin" javac -version javac 1.8.0_361 java -version java version "1.8.0_361" Java(TM) SE Runtime Environment (build 1.8.0_361-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.361-b09, mixed mode) 2023. 4. 19.
728x90
반응형