File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
source/installguide/management-server Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,11 @@ MySQL. See :ref:`install-database-on-separate-node`.
197
197
the root User is deploying the database and creating the "cloud"
198
198
User.
199
199
200
+ - Since 4.21, the databases (cloud, cloud_usage) are only created if they
201
+ do not exist. This behavior prevents accidental recreation of existing
202
+ databases. The databases recreation can still be invoked by passing the
203
+ --force-recreate flag.
204
+
200
205
- (Optional) There is an option to bypass the creating of the databases,
201
206
User and granting permissions to the user. This is useful if you don't
202
207
want to expose your root credentials but still want the database to
@@ -228,6 +233,10 @@ MySQL. See :ref:`install-database-on-separate-node`.
228
233
GRANT process ON *.* TO cloud@`localhost`;
229
234
GRANT process ON *.* TO cloud@`%`;
230
235
236
+ .. note ::
237
+ Since 4.21, it is required to pass the --force-recreate flag for
238
+ databases recreation.
239
+
231
240
- (Optional) For encryption\_ type, use file or web to indicate the
232
241
technique used to pass in the database encryption password.
233
242
Default: file. See :ref: `about-password-key-encryption `.
You can’t perform that action at this time.
0 commit comments