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

Commit ba74fa0

Browse files
authored
Merge pull request #9111 from #9111
[Imported] Update warning regarding GTID consistency
2 parents 4422164 + 28fb2b7 commit ba74fa0

File tree

1 file changed

+1
-1
lines changed
  • src/guides/v2.4/install-gde/prereq

1 file changed

+1
-1
lines changed

src/guides/v2.4/install-gde/prereq/mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Magento _strongly_ recommends you observe the following standard when you set up
1414
* 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](https://dev.mysql.com/doc/refman/8.0/en/replication-formats.htmll){:target="_blank"}.
1515

1616
{:.bs-callout-warning}
17-
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).
17+
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). Consider MySQL for Cloud SQL 8.0 as an alternative.
1818

1919
{:.bs-callout-info}
2020
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).

0 commit comments

Comments
 (0)