Cant Import a Database

hmaddy

Verified User
Joined
Apr 17, 2019
Messages
288
i cant import a database via ssh or via phpmyadmin. its throwing some error like this

ERROR 1118 (42000) at line 38669: 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.
 
try temporary set innodb_strict_mode=0
after restore success, please set back to default value
 
Back
Top