Skip to content

Commit ce658e5

Browse files
apply dahn's suggestion
Co-authored-by: dahn <[email protected]>
1 parent f06f5a8 commit ce658e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup/bindir/cloud-setup-databases.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ for full help
225225
"CREATE USER cloud@`%` identified by 'cloud';",
226226
"GRANT ALL ON cloud.* to cloud@`localhost`;",
227227
"GRANT ALL ON cloud.* to cloud@`%`;",
228-
"GRANT process ON *.* TO cloud@`localhost`;",
229-
"GRANT process ON *.* TO cloud@`%`;",
230228
"GRANT ALL ON cloud_usage.* to cloud@`localhost`;",
231229
"GRANT ALL ON cloud_usage.* to cloud@`%`;",
232230
"GRANT process ON *.* TO cloud@`localhost`;",

0 commit comments

Comments
 (0)