We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d2aae commit 5eb59bcCopy full SHA for 5eb59bc
1 file changed
conf/deployuidb.sh
@@ -32,6 +32,7 @@ fi
32
33
hostname=`hostname`
34
mysql --user=$user --password=$password --host=$host --port=$port << EOF
35
+grant usage on *.* to 'zstack_ui';
36
drop user zstack_ui;
37
create user 'zstack_ui' identified by "$zstack_ui_db_password";
38
grant usage on *.* to 'zstack_ui'@'localhost';
0 commit comments