Magento 2 Migration: Communication link failure: 1153 Got a packet bigger than 'max_allowed_packet' bytesSource fields are not mapped - migration errorMigration magento 1 to magento 2Magento migration SQL errorMagento 2 Migration Error (eav_attribute)Warning: Error while sending QUERY packet. - Magento MigrationMagento Migration errorMagento 2.3.2 Failed to load the “Magento_Checkout/js/view/billing-address/list” component

Why is a statement like 1 + n *= 3 allowed in Ruby?

50-move rule: only the last 50 or any consecutive 50?

Is the internet in Madagascar faster than in UK?

Why does Windows store Wi-Fi passwords in a reversible format?

Count the number of shortest paths to n

Unlock your Lock

Reusing studs to hang shoe bins

Why is sh (not bash) complaining about functions defined in my .bashrc?

Why is the UK so keen to remove the "backstop" when their leadership seems to think that no border will be needed in Northern Ireland?

1mth baby boy keeps peeing through diapers, sometimes diper seems practically unused

Can you help me identify this aircraft?

rationalizing sieges in a modern/near-future setting

Why is the winner of Pow different everytime?

What is the loud noise of a helicopter when the rotors are not yet moving?

Changing JPEG to RAW to use on Lightroom?

How is linear momentum conserved in case of a freely falling body?

What is this fighter jet at Weymouth NAS?

Talk interpreter

Weird corners with cline

What is the name of this plot that has rows with two connected dots?

How to actually concatenate two Strings?

Why is strlen so complex in C?

Thought experiment and possible contradiction between electromagnetism and special relativity

Does a Mace of Disruption's Frightened effect override undead immunity to the Frightened condition?



Magento 2 Migration: Communication link failure: 1153 Got a packet bigger than 'max_allowed_packet' bytes


Source fields are not mapped - migration errorMigration magento 1 to magento 2Magento migration SQL errorMagento 2 Migration Error (eav_attribute)Warning: Error while sending QUERY packet. - Magento MigrationMagento Migration errorMagento 2.3.2 Failed to load the “Magento_Checkout/js/view/billing-address/list” component






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















In Map Step some time after below type error showing




Communication link failure: 1153 Got a packet bigger than
'max_allowed_packet' bytes




Source Magento : 1.9.3.3

Destination Magento : 2.3.2



How can solve above error



Any help would be appreciated.



Thanks.










share|improve this question


























  • reference link=> stackoverflow.com/questions/93128/…

    – Savan Patel
    Aug 14 at 11:28


















0















In Map Step some time after below type error showing




Communication link failure: 1153 Got a packet bigger than
'max_allowed_packet' bytes




Source Magento : 1.9.3.3

Destination Magento : 2.3.2



How can solve above error



Any help would be appreciated.



Thanks.










share|improve this question


























  • reference link=> stackoverflow.com/questions/93128/…

    – Savan Patel
    Aug 14 at 11:28














0












0








0








In Map Step some time after below type error showing




Communication link failure: 1153 Got a packet bigger than
'max_allowed_packet' bytes




Source Magento : 1.9.3.3

Destination Magento : 2.3.2



How can solve above error



Any help would be appreciated.



Thanks.










share|improve this question
















In Map Step some time after below type error showing




Communication link failure: 1153 Got a packet bigger than
'max_allowed_packet' bytes




Source Magento : 1.9.3.3

Destination Magento : 2.3.2



How can solve above error



Any help would be appreciated.



Thanks.







migration magento2.3.2 magento-1.9.3.3






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 14 at 13:43









Sumit

5151 silver badge14 bronze badges




5151 silver badge14 bronze badges










asked Aug 14 at 11:26









Rakesh DongaRakesh Donga

3,0556 silver badges25 bronze badges




3,0556 silver badges25 bronze badges















  • reference link=> stackoverflow.com/questions/93128/…

    – Savan Patel
    Aug 14 at 11:28


















  • reference link=> stackoverflow.com/questions/93128/…

    – Savan Patel
    Aug 14 at 11:28

















reference link=> stackoverflow.com/questions/93128/…

– Savan Patel
Aug 14 at 11:28






reference link=> stackoverflow.com/questions/93128/…

– Savan Patel
Aug 14 at 11:28











1 Answer
1






active

oldest

votes


















0















I've faced the same issue while migration.



You can fix this issue by following the below steps:




Change the MySQL max_pocket_size from the MySQL console to
1000000000.




run below query in MySQL console:



set global net_buffer_length=1000000;
set global max_allowed_packet=1000000000;


Hope it'll help!






share|improve this answer



























  • i have tried that not working for me

    – Rakesh Donga
    Aug 14 at 12:22












  • Also, change my.cnf or my.ini file under the mysqld section and set: max_allowed_packet=100M

    – Sumit
    Aug 14 at 12:39











  • i have changed that two time but still not working for me

    – Rakesh Donga
    Aug 14 at 12:42











  • Restart the MySQL server and apache 2.

    – Sumit
    Aug 14 at 12:44













Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f285467%2fmagento-2-migration-communication-link-failure-1153-got-a-packet-bigger-than%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0















I've faced the same issue while migration.



You can fix this issue by following the below steps:




Change the MySQL max_pocket_size from the MySQL console to
1000000000.




run below query in MySQL console:



set global net_buffer_length=1000000;
set global max_allowed_packet=1000000000;


Hope it'll help!






share|improve this answer



























  • i have tried that not working for me

    – Rakesh Donga
    Aug 14 at 12:22












  • Also, change my.cnf or my.ini file under the mysqld section and set: max_allowed_packet=100M

    – Sumit
    Aug 14 at 12:39











  • i have changed that two time but still not working for me

    – Rakesh Donga
    Aug 14 at 12:42











  • Restart the MySQL server and apache 2.

    – Sumit
    Aug 14 at 12:44















0















I've faced the same issue while migration.



You can fix this issue by following the below steps:




Change the MySQL max_pocket_size from the MySQL console to
1000000000.




run below query in MySQL console:



set global net_buffer_length=1000000;
set global max_allowed_packet=1000000000;


Hope it'll help!






share|improve this answer



























  • i have tried that not working for me

    – Rakesh Donga
    Aug 14 at 12:22












  • Also, change my.cnf or my.ini file under the mysqld section and set: max_allowed_packet=100M

    – Sumit
    Aug 14 at 12:39











  • i have changed that two time but still not working for me

    – Rakesh Donga
    Aug 14 at 12:42











  • Restart the MySQL server and apache 2.

    – Sumit
    Aug 14 at 12:44













0














0










0









I've faced the same issue while migration.



You can fix this issue by following the below steps:




Change the MySQL max_pocket_size from the MySQL console to
1000000000.




run below query in MySQL console:



set global net_buffer_length=1000000;
set global max_allowed_packet=1000000000;


Hope it'll help!






share|improve this answer















I've faced the same issue while migration.



You can fix this issue by following the below steps:




Change the MySQL max_pocket_size from the MySQL console to
1000000000.




run below query in MySQL console:



set global net_buffer_length=1000000;
set global max_allowed_packet=1000000000;


Hope it'll help!







share|improve this answer














share|improve this answer



share|improve this answer








edited Aug 14 at 11:34









Savan Patel

1,1204 silver badges22 bronze badges




1,1204 silver badges22 bronze badges










answered Aug 14 at 11:32









SumitSumit

5151 silver badge14 bronze badges




5151 silver badge14 bronze badges















  • i have tried that not working for me

    – Rakesh Donga
    Aug 14 at 12:22












  • Also, change my.cnf or my.ini file under the mysqld section and set: max_allowed_packet=100M

    – Sumit
    Aug 14 at 12:39











  • i have changed that two time but still not working for me

    – Rakesh Donga
    Aug 14 at 12:42











  • Restart the MySQL server and apache 2.

    – Sumit
    Aug 14 at 12:44

















  • i have tried that not working for me

    – Rakesh Donga
    Aug 14 at 12:22












  • Also, change my.cnf or my.ini file under the mysqld section and set: max_allowed_packet=100M

    – Sumit
    Aug 14 at 12:39











  • i have changed that two time but still not working for me

    – Rakesh Donga
    Aug 14 at 12:42











  • Restart the MySQL server and apache 2.

    – Sumit
    Aug 14 at 12:44
















i have tried that not working for me

– Rakesh Donga
Aug 14 at 12:22






i have tried that not working for me

– Rakesh Donga
Aug 14 at 12:22














Also, change my.cnf or my.ini file under the mysqld section and set: max_allowed_packet=100M

– Sumit
Aug 14 at 12:39





Also, change my.cnf or my.ini file under the mysqld section and set: max_allowed_packet=100M

– Sumit
Aug 14 at 12:39













i have changed that two time but still not working for me

– Rakesh Donga
Aug 14 at 12:42





i have changed that two time but still not working for me

– Rakesh Donga
Aug 14 at 12:42













Restart the MySQL server and apache 2.

– Sumit
Aug 14 at 12:44





Restart the MySQL server and apache 2.

– Sumit
Aug 14 at 12:44

















draft saved

draft discarded
















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f285467%2fmagento-2-migration-communication-link-failure-1153-got-a-packet-bigger-than%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form