We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06f5a8 commit ce658e5Copy full SHA for ce658e5
setup/bindir/cloud-setup-databases.in
@@ -225,8 +225,6 @@ for full help
225
"CREATE USER cloud@`%` identified by 'cloud';",
226
"GRANT ALL ON cloud.* to cloud@`localhost`;",
227
"GRANT ALL ON cloud.* to cloud@`%`;",
228
- "GRANT process ON *.* TO cloud@`localhost`;",
229
- "GRANT process ON *.* TO cloud@`%`;",
230
"GRANT ALL ON cloud_usage.* to cloud@`localhost`;",
231
"GRANT ALL ON cloud_usage.* to cloud@`%`;",
232
"GRANT process ON *.* TO cloud@`localhost`;",
0 commit comments