Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Clarify that the default value for the max_allowed_packets setting applies to cloud and on-premises projects #8187

Merged
merged 5 commits into from
Nov 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/guides/v2.3/install-gde/prereq/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ To install MySQL 5.7 on Ubuntu 16:

1. If you expect to import large numbers of products into Magento, you can increase the value for [`max_allowed_packet`](http://dev.mysql.com/doc/refman/5.6/en/program-variables.html){:target="_blank"} that is larger than the default, 16MB.

{:.bs-callout-info}}
The default value applies to {{site.data.var.ece}} *and* on-premises projects. {{site.data.var.ece}} Pro customers must open a support ticket to increase the `max_allowed_packet` value. {{site.data.var.ece}} Starter customers can increase the value by updating the configuration in the `/etc/mysql/mysql.cnf` file.

{% include install/mysql_max-allowed-packet-ubuntu.md %}

1. [Configure the Magento database instance](#instgde-prereq-mysql-config).
Expand Down
3 changes: 3 additions & 0 deletions src/guides/v2.4/install-gde/prereq/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Magento 2.4 requires a clean installation of MySQL 8.0. Follow the links below f

If you expect to import large numbers of products into Magento, you can increase the value for [`max_allowed_packet`](http://dev.mysql.com/doc/refman/5.6/en/program-variables.html){:target="_blank"} that is larger than the default, 16MB.

{:.bs-callout-info}}
The default value applies to {{site.data.var.ece}} *and* on-premises projects. {{site.data.var.ece}} Pro customers must open a support ticket to increase the `max_allowed_packet` value. {{site.data.var.ece}} Starter customers can increase the value by updating the configuration in the `/etc/mysql/mysql.cnf` file.

{% include install/mysql_max-allowed-packet-ubuntu.md %}

Then, [Configure the Magento database instance](#instgde-prereq-mysql-config).
Expand Down