티스토리 뷰
프로그래밍/C#
c# mysql Packets larger than max_allowed_packet are not allowed 오류해결
뽀로로친구에디 2019. 1. 23. 11:39Packets larger than max_allowed_packet are not allowed
BLOB의 용량 문제로 나옴.
BLOB 용량 사이즈를 늘림
mysql> SET GLOBAL max_allowed_packet=8*1024*1024;
최대치를 8메가로 변경했음
MySQL Command 창에서 하는 거임
'프로그래밍 > C#' 카테고리의 다른 글
c# 윈폼 콤보박스에 mysql 내용 open하지 않고 불러오기 (0) | 2019.01.23 |
---|---|
c# mysql Data too long for column 'content' at row 1 (0) | 2019.01.23 |
mysql 콤보박스로 오픈하지 않고 나오게 하기 (0) | 2019.01.23 |
mysql 그리드뷰 오프하지 않고 나오게하기 (0) | 2019.01.23 |
Control에서 자동으로 TabPage 선택하는 방법 (0) | 2019.01.23 |
댓글