From 9b1029ccde8d9630f13f25814c4f6f6895adfa95 Mon Sep 17 00:00:00 2001 From: Erik Marr Date: Tue, 9 Apr 2019 14:56:38 -0500 Subject: [PATCH 1/2] fixing formatting for warning --- guides/v2.2/install-gde/prereq/mysql.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/guides/v2.2/install-gde/prereq/mysql.md b/guides/v2.2/install-gde/prereq/mysql.md index 1f0cba4d6e4..89ba5f2b819 100644 --- a/guides/v2.2/install-gde/prereq/mysql.md +++ b/guides/v2.2/install-gde/prereq/mysql.md @@ -26,10 +26,8 @@ Magento _strongly_ recommends you observe the following standard when you set up * Familiarize yourself with [these potential MySQL trigger limitations](http://dev.mysql.com/doc/mysql-reslimits-excerpt/5.1/en/stored-program-restrictions.html){:target="_blank"} before you continue. * If you use MySQL database replication, be aware that Magento does _not_ support MySQL statement-based replication. Make sure you use _only_ [row-based replication](http://dev.mysql.com/doc/refman/5.1/en/replication-formats.html){:target="_blank"}. -{:.bs-callout .bs-callout-warning} Magento 2 currently utilizes `CREATE TEMPORARY TABLE` statements inside transactions, -which are [incompatible](https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-restrictions.html) with database -implementations utilizing GTID-based replication, such as -[Google Cloud SQL second-generation instances](https://cloud.google.com/sql/docs/features#differences). +{:.bs-callout .bs-callout-warning} +Magento 2 currently utilizes `CREATE TEMPORARY TABLE` statements inside transactions, which are [incompatible](https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-restrictions.html) with database implementations utilizing GTID-based replication, such as [Google Cloud SQL second-generation instances](https://cloud.google.com/sql/docs/features#differences). {:.bs-callout .bs-callout-info} If your web server and database server are on different hosts, perform the tasks discussed in this topic on the database server host then see [Set up a remote MySQL database connection]({{ page.baseurl }}/install-gde/prereq/mysql_remote.html). From dc42fd63d380a04281c0a19d4c9c842e6ce894ed Mon Sep 17 00:00:00 2001 From: Erik Marr Date: Tue, 9 Apr 2019 15:17:25 -0500 Subject: [PATCH 2/2] adding updates for 2.1 and 2.3 --- guides/v2.1/install-gde/prereq/mysql.md | 6 ++---- guides/v2.3/install-gde/prereq/mysql.md | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/guides/v2.1/install-gde/prereq/mysql.md b/guides/v2.1/install-gde/prereq/mysql.md index 145b46265fb..7852466cddb 100644 --- a/guides/v2.1/install-gde/prereq/mysql.md +++ b/guides/v2.1/install-gde/prereq/mysql.md @@ -30,10 +30,8 @@ Magento _strongly_ recommends you observe the following standard when you set up * Familiarize yourself with [these potential MySQL trigger limitations](http://dev.mysql.com/doc/mysql-reslimits-excerpt/5.1/en/stored-program-restrictions.html){:target="_blank"} before you continue. * If you use MySQL database replication, be aware that Magento does _not_ support MySQL statement-based replication. Make sure you use _only_ [row-based replication](http://dev.mysql.com/doc/refman/5.1/en/replication-formats.html){:target="_blank"}. -{:.bs-callout .bs-callout-warning} Magento 2 currently utilizes `CREATE TEMPORARY TABLE` statements inside transactions, -which are [incompatible](https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-restrictions.html) with database -implementations utilizing GTID-based replication, such as -[Google Cloud SQL second-generation instances](https://cloud.google.com/sql/docs/features#differences). +{:.bs-callout .bs-callout-warning} +Magento 2 currently utilizes `CREATE TEMPORARY TABLE` statements inside transactions, which are [incompatible](https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-restrictions.html) with database implementations utilizing GTID-based replication, such as [Google Cloud SQL second-generation instances](https://cloud.google.com/sql/docs/features#differences). {:.bs-callout .bs-callout-info} If your web server and database server are on different hosts, perform the tasks discussed in this topic on the database server host then see [Set up a remote MySQL database connection]({{ page.baseurl }}/install-gde/prereq/mysql_remote.html). diff --git a/guides/v2.3/install-gde/prereq/mysql.md b/guides/v2.3/install-gde/prereq/mysql.md index b3b224c45c7..f0578ca50eb 100644 --- a/guides/v2.3/install-gde/prereq/mysql.md +++ b/guides/v2.3/install-gde/prereq/mysql.md @@ -26,10 +26,8 @@ Magento _strongly_ recommends you observe the following standard when you set up * Familiarize yourself with [these potential MySQL trigger limitations](http://dev.mysql.com/doc/mysql-reslimits-excerpt/5.1/en/stored-program-restrictions.html){:target="_blank"} before you continue. * If you use MySQL database replication, be aware that Magento does _not_ support MySQL statement-based replication. Make sure you use _only_ [row-based replication](http://dev.mysql.com/doc/refman/5.1/en/replication-formats.html){:target="_blank"}. -{:.bs-callout .bs-callout-warning} Magento 2 currently utilizes `CREATE TEMPORARY TABLE` statements inside transactions, -which are [incompatible](https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-restrictions.html) with database -implementations utilizing GTID-based replication, such as -[Google Cloud SQL second-generation instances](https://cloud.google.com/sql/docs/features#differences). +{:.bs-callout .bs-callout-warning} +Magento 2 currently utilizes `CREATE TEMPORARY TABLE` statements inside transactions, which are [incompatible](https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-restrictions.html) with database implementations utilizing GTID-based replication, such as [Google Cloud SQL second-generation instances](https://cloud.google.com/sql/docs/features#differences). {:.bs-callout .bs-callout-info} If your web server and database server are on different hosts, perform the tasks discussed in this topic on the database server host then see [Set up a remote MySQL database connection]({{page.baseurl }}/install-gde/prereq/mysql_remote.html).