From 71024ba09422ed6b9c3d7c7d2b68a29628948dfa Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Thu, 5 Nov 2020 09:25:19 -0600 Subject: [PATCH 1/4] Clarified default for cloud and linked to KB --- src/guides/v2.3/install-gde/prereq/mysql.md | 3 +++ src/guides/v2.4/install-gde/prereq/mysql.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/guides/v2.3/install-gde/prereq/mysql.md b/src/guides/v2.3/install-gde/prereq/mysql.md index 1b62f845309..20717a67e6c 100644 --- a/src/guides/v2.3/install-gde/prereq/mysql.md +++ b/src/guides/v2.3/install-gde/prereq/mysql.md @@ -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 applies to {{site.data.var.ece}} *and* on-premises projects. {{site.data.var.ece}} Pro customers must open a support ticket to increase the default. {{site.data.var.ece}} Starter customers can increase the default in the [`/etc/mysql/my.cnf`](https://support.magento.com/hc/en-us/articles/360051598831) file. + {% include install/mysql_max-allowed-packet-ubuntu.md %} 1. [Configure the Magento database instance](#instgde-prereq-mysql-config). diff --git a/src/guides/v2.4/install-gde/prereq/mysql.md b/src/guides/v2.4/install-gde/prereq/mysql.md index b6ece2c13f6..0072556aa59 100644 --- a/src/guides/v2.4/install-gde/prereq/mysql.md +++ b/src/guides/v2.4/install-gde/prereq/mysql.md @@ -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 applies to {{site.data.var.ece}} *and* on-premises projects. {{site.data.var.ece}} Pro customers must open a support ticket to increase the default. {{site.data.var.ece}} Starter customers can increase the default in the [`/etc/mysql/my.cnf`](https://support.magento.com/hc/en-us/articles/360051598831) file. + {% include install/mysql_max-allowed-packet-ubuntu.md %} Then, [Configure the Magento database instance](#instgde-prereq-mysql-config). From d1572b7a21b02d96815c485c02bf920ff80483ca Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Thu, 5 Nov 2020 10:19:52 -0600 Subject: [PATCH 2/4] Apply suggestions from code review 1 Co-authored-by: Margaret Eker --- src/guides/v2.3/install-gde/prereq/mysql.md | 2 +- src/guides/v2.4/install-gde/prereq/mysql.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guides/v2.3/install-gde/prereq/mysql.md b/src/guides/v2.3/install-gde/prereq/mysql.md index 20717a67e6c..4ee9dc93ecc 100644 --- a/src/guides/v2.3/install-gde/prereq/mysql.md +++ b/src/guides/v2.3/install-gde/prereq/mysql.md @@ -90,7 +90,7 @@ 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 applies to {{site.data.var.ece}} *and* on-premises projects. {{site.data.var.ece}} Pro customers must open a support ticket to increase the default. {{site.data.var.ece}} Starter customers can increase the default in the [`/etc/mysql/my.cnf`](https://support.magento.com/hc/en-us/articles/360051598831) file. + 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/my.cnf`](https://support.magento.com/hc/en-us/articles/360051598831) file. {% include install/mysql_max-allowed-packet-ubuntu.md %} diff --git a/src/guides/v2.4/install-gde/prereq/mysql.md b/src/guides/v2.4/install-gde/prereq/mysql.md index 0072556aa59..64851d724ca 100644 --- a/src/guides/v2.4/install-gde/prereq/mysql.md +++ b/src/guides/v2.4/install-gde/prereq/mysql.md @@ -39,7 +39,7 @@ 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 applies to {{site.data.var.ece}} *and* on-premises projects. {{site.data.var.ece}} Pro customers must open a support ticket to increase the default. {{site.data.var.ece}} Starter customers can increase the default in the [`/etc/mysql/my.cnf`](https://support.magento.com/hc/en-us/articles/360051598831) file. +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/my.cnf`](https://support.magento.com/hc/en-us/articles/360051598831) file. {% include install/mysql_max-allowed-packet-ubuntu.md %} From 92e061b2f451aa82c59982e8bafe28a1d2c1502c Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Thu, 5 Nov 2020 10:22:43 -0600 Subject: [PATCH 3/4] Apply suggestions from code review --- src/guides/v2.3/install-gde/prereq/mysql.md | 2 +- src/guides/v2.4/install-gde/prereq/mysql.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guides/v2.3/install-gde/prereq/mysql.md b/src/guides/v2.3/install-gde/prereq/mysql.md index 4ee9dc93ecc..e47e37712ce 100644 --- a/src/guides/v2.3/install-gde/prereq/mysql.md +++ b/src/guides/v2.3/install-gde/prereq/mysql.md @@ -90,7 +90,7 @@ 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/my.cnf`](https://support.magento.com/hc/en-us/articles/360051598831) file. + 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/my.cnf`](https://support.magento.com/hc/en-us/articles/360051598831) file. {% include install/mysql_max-allowed-packet-ubuntu.md %} diff --git a/src/guides/v2.4/install-gde/prereq/mysql.md b/src/guides/v2.4/install-gde/prereq/mysql.md index 64851d724ca..9a691b8520c 100644 --- a/src/guides/v2.4/install-gde/prereq/mysql.md +++ b/src/guides/v2.4/install-gde/prereq/mysql.md @@ -39,7 +39,7 @@ 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/my.cnf`](https://support.magento.com/hc/en-us/articles/360051598831) file. +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/my.cnf`](https://support.magento.com/hc/en-us/articles/360051598831) file. {% include install/mysql_max-allowed-packet-ubuntu.md %} From 3e4b1745e7849e34095ae2e236fff467add6f86e Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Fri, 6 Nov 2020 15:33:54 -0600 Subject: [PATCH 4/4] Removed link to KB --- src/guides/v2.3/install-gde/prereq/mysql.md | 2 +- src/guides/v2.4/install-gde/prereq/mysql.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guides/v2.3/install-gde/prereq/mysql.md b/src/guides/v2.3/install-gde/prereq/mysql.md index e47e37712ce..88069ff63e6 100644 --- a/src/guides/v2.3/install-gde/prereq/mysql.md +++ b/src/guides/v2.3/install-gde/prereq/mysql.md @@ -90,7 +90,7 @@ 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/my.cnf`](https://support.magento.com/hc/en-us/articles/360051598831) file. + 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 %} diff --git a/src/guides/v2.4/install-gde/prereq/mysql.md b/src/guides/v2.4/install-gde/prereq/mysql.md index 9a691b8520c..1cdb099f54c 100644 --- a/src/guides/v2.4/install-gde/prereq/mysql.md +++ b/src/guides/v2.4/install-gde/prereq/mysql.md @@ -39,7 +39,7 @@ 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/my.cnf`](https://support.magento.com/hc/en-us/articles/360051598831) file. +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 %}