Skip to content

Commit

Permalink
fixing formatting for warning
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmarr committed Apr 9, 2019
1 parent 392a8f7 commit 9b1029c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions guides/v2.2/install-gde/prereq/mysql.md
Expand Up @@ -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).
Expand Down

0 comments on commit 9b1029c

Please sign in to comment.