Skip to content

Commit 6f04673

Browse files
committed
Simplify
1 parent 548b5a3 commit 6f04673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sites/platform/src/add-services/mysql/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ make sure your service name remains unchanged.
780780
which removes any existing data from your database.**
781781

782782
## Password rotation {#password-rotation}
783-
By default, password rotation is enabled (`rotate_passwords=true`), enabling {{% vendor/name %}} to automatically change (or _rotate_) MariaDB passwords each time it upgrades the Debian packages in the MariaDB image. Password rotation also occurs as defined by any password lifetime settings in MariaDB.
783+
By default, password rotation is enabled (`rotate_passwords=true`), enabling {{% vendor/name %}} to automatically change (or _rotate_) MariaDB passwords each time it updates the MariaDB image. Password rotation also occurs as defined by any password lifetime settings in MariaDB.
784784

785785
Specific scenarios might warrant disabling password rotation (` rotate_passwords=false`): for example, choosing to accommodate users who access a database via an SSH tunnel and provide a password in their request because they cannot retrieve the database credentials stored in the [service or `$PLATFORM_RELATIONSHIPS` MariaDB environment variables](#mariadb-reference).
786786

sites/upsun/src/add-services/mysql/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ make sure your service name remains unchanged.
770770
which removes any existing data from your database.**
771771

772772
## Password rotation {#password-rotation}
773-
By default, password rotation is enabled (`rotate_passwords=true`), enabling {{% vendor/name %}} to automatically change (or _rotate_) MariaDB passwords each time it upgrades the Debian packages in the MariaDB image. Password rotation also occurs as defined by any password lifetime settings in MariaDB.
773+
By default, password rotation is enabled (`rotate_passwords=true`), enabling {{% vendor/name %}} to automatically change (or _rotate_) MariaDB passwords each time it updates the MariaDB image. Password rotation also occurs as defined by any password lifetime settings in MariaDB.
774774

775775
Specific scenarios might warrant disabling password rotation (` rotate_passwords=false`): for example, choosing to accommodate users who access a database via an SSH tunnel and provide a password in their request because they cannot retrieve the database credentials stored in the [service or `$PLATFORM_RELATIONSHIPS` MariaDB environment variables](#mariadb-reference).
776776

0 commit comments

Comments
 (0)