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

Commit b48937b

Browse files
Barny ShergoldBarny Shergoldmeker12
authored
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]>
1 parent ea3ab80 commit b48937b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,12 @@ To configure a MySQL database instance:
414414

415415
If this setting is not enabled, `setup:db:status` will always report that `Declarative Schema is not up to date`.
416416

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*
422+
417423
{:.ref-header}
418424
Related topics
419425

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,12 @@ To configure a MySQL database instance:
182182

183183
If this setting is not enabled, `setup:db:status` will always report that `Declarative Schema is not up to date`.
184184

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*
190+
185191
{:.ref-header}
186192
Related topics
187193

0 commit comments

Comments
 (0)