Hello @pipech,
The Database which I’m trying to import doesn’t have any data in it. It just have one new custom doctype with 5 fields. Even though I’m getting the below error msg. Would be grateful if you help me to solve this.
Enter password:
SETVAL(`access_log_id_seq`, 1, 0)
1
SETVAL(`activity_log_id_seq`, 851, 0)
851
SETVAL(`console_log_id_seq`, 1, 0)
1
SETVAL(`crm_note_id_seq`, 1, 0)
1
SETVAL(`docshare_id_seq`, 51, 0)
51
SETVAL(`document_follow_id_seq`, 1, 0)
1
SETVAL(`email_queue_id_seq`, 1, 0)
1
SETVAL(`energy_point_log_id_seq`, 1, 0)
1
SETVAL(`error_log_id_seq`, 51, 0)
51
SETVAL(`event_sync_log_id_seq`, 1, 0)
1
SETVAL(`event_update_log_id_seq`, 1, 0)
1
SETVAL(`leads_99acresadcategory1child_id_seq`, 1, 0)
1
SETVAL(`leads_additionalaccessorieschild_id_seq`, 1, 0)
1
SETVAL(`leads_adthemechild_id_seq`, 2, 0)
2
SETVAL(`leads_desksizechild_id_seq`, 1, 0)
1
SETVAL(`leads_finalpreferredlocationschild_id_seq`, 1, 0)
1
SETVAL(`leads_floornamechild_id_seq`, 1, 0)
1
SETVAL(`leads_preferredlanguagechild_id_seq`, 1, 0)
1
SETVAL(`leads_propertynamechild_id_seq`, 1, 0)
1
SETVAL(`leads_referredbychild_id_seq`, 6, 0)
6
SETVAL(`leadssuitablecenterschild_id_seq`, 1, 0)
1
SETVAL(`notification_log_id_seq`, 1, 0)
1
SETVAL(`prospect_opportunity_id_seq`, 1, 0)
1
SETVAL(`scheduled_job_log_id_seq`, 3351, 0)
3351
SETVAL(`version_id_seq`, 1451, 0)
1451
SETVAL(`view_log_id_seq`, 1, 0)
1
SETVAL(`web_form_list_column_id_seq`, 1, 0)
1
ERROR 1118 (42000) at line 17865: 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.
Thank you.