This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

[Lỗi] Row size too large (> 8126)

rs_lyly2009

Moderator
Thành viên BQT
Chào các bạn,

Mình muốn hỏi cách xử lí lỗi này, mình gặp khi Import 1 file database lên host (localhost).


MySQL said:


#1118 - Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline.
 

Binzz

Binz Một Nắng
Tài khoản bị khóa
Lỗi data thường là do máy chủ ( một cài có thể do file.) thế nên bạn nên liên hệ kỹ thuật bên máy chủ họ giúp đỡ.
 

Huỳnh Phúc Huy

Búa Đá Đôi
Nếu là localhost thì em dùng cmd để import db, cú pháp:
Mã:
mysql -u username -p database_name < file.sql