We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f30f6c6 + 5eb59bc commit bb6b0f4Copy full SHA for bb6b0f4
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