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
Copy file name to clipboardExpand all lines: sites/upsun/src/add-services/mysql/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -517,7 +517,7 @@ You can configure your MySQL service in the [services configuration](../_index.m
517
517
| `schemas` | An array of `string`s | 10.0+ | All databases to be created. Defaults to a single `main` database. |
518
518
| `endpoints` | An endpoints dictionary | 10.0+ | Endpoints with their permissions. See [multiple databases](#multiple-databases). |
519
519
| `properties` | A properties dictionary | MariaDB: 10.1+; Oracle MySQL: 8.0+ | Additional properties for the database. Equivalent to using a `my.cnf` file. See [property options](#configure-the-database). |
520
-
| `rotate_passwords` | A boolean, default is true | 10.3+ | Allows disabling passwords rotation. |
520
+
| `rotate_passwords` | A boolean| 10.3+ | Allows disabling passwords rotation. Defaults to `true`. |
0 commit comments