Error: The system failed to execute the database script with the following errors: ERROR 1118 (42000) at line 232: 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.
Solusi : nano /etc/my.cnf add this line innodb_file_per_table=1 max_allowed_packet = 1G innodb_log_file_size = 2G innodb_log_buffer_size = 512M innodb_strict_mode = 0 restart servie mysql
