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
Post a Comment