You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Updated MySQL to show setting is deprecated (#8137)
* Updated MySQL to show setting is deprecated
* Update src/guides/v2.4/install-gde/prereq/mysql.md
Co-authored-by: Barny Shergold <[email protected]>
Co-authored-by: Margaret Eker <[email protected]>
Copy file name to clipboardExpand all lines: src/guides/v2.3/install-gde/prereq/mysql.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -414,6 +414,12 @@ To configure a MySQL database instance:
414
414
415
415
If this setting is not enabled, `setup:db:status` will always report that `Declarative Schema is not up to date`.
416
416
417
+
{:.bs-callout-info}
418
+
The `explicit_defaults_for_timestamp` setting is deprecated. This setting controls deprecated TIMESTAMP behaviors that will be removed in a future MySQL release. When those behaviors are removed, the `explicit_defaults_for_timestamp` setting will be removed as well.
419
+
420
+
{:.bs-callout-warning}
421
+
On Magento projects deployed on the Cloud platform, the `explicit_defaults_for_timestamp` setting for MySQL (MariaDB) defaults to *OFF*
Copy file name to clipboardExpand all lines: src/guides/v2.4/install-gde/prereq/mysql.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,12 @@ To configure a MySQL database instance:
182
182
183
183
If this setting is not enabled, `setup:db:status` will always report that `Declarative Schema is not up to date`.
184
184
185
+
{:.bs-callout-info}
186
+
The `explicit_defaults_for_timestamp` setting is deprecated. This setting controls deprecated TIMESTAMP behaviors that will be removed in a future MySQL release. When those behaviors are removed, the `explicit_defaults_for_timestamp` setting will be removed as well.
187
+
188
+
{:.bs-callout-warning}
189
+
On Magento projects deployed on the Cloud platform, the `explicit_defaults_for_timestamp` setting for MySQL (MariaDB) defaults to *OFF*
0 commit comments