Migration Data from legacy table to new mysql mysql with django ORM gives Error -


i migrating legacy data mysql database new 1 using django orm. old application created in perl , mysql.

but while migrating keep getting error:

databaseerror: (1118, 'row size large (> 8126). changing columns text or blob or using row_format=dynamic or row_format=compressed may help. in current row format, blob prefix of 768 bytes stored inline.') 

i dropped table , recreated row_format=compressed (which implies row_format=dynamic) still getting error.

i couldn't find working solution fixing this. has else encountered such situations?

have @ row size large (> 8126)


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -