MySQL Forums
Forum List  »  Microsoft SQL Server

MySQL Migration Wizard results in 'Found record bigger than max_allowed_packet'
Posted by: Pratik Gandhi
Date: June 29, 2016 12:47PM

I am trying to migrate a database from MSSQL 2014 to MySQL 5.7 using Workbench 6.3 (CE) on a Windows machine. I have already set the value of max_allowed_packet to 1G in my.ini file. However, I'm still getting the error while trying to migrate the data. The table for which I am getting this error has only one record, and even the field, which I suspect is causing the issue, doesn't have that big of a value
'<results><result documentId="1" queryCode="AZ100" queryValue="I"/></results>'.

The field has nvarchar(max) as its data type in MSSQL which gets converted to LONGTEXT by MySQL wizard. Also, in the migration log it indicates that it has detected the new max_allowed_packet value
'copytable]: Detected max_allowed_packet=1073741824'.


Thanks,
Pratik

Options: ReplyQuote


Subject
Written By
Posted
MySQL Migration Wizard results in 'Found record bigger than max_allowed_packet'
June 29, 2016 12:47PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.