Merge "Fix error sql about privileges in doc"

This commit is contained in:
Zuul 2018-02-12 11:03:36 +00:00 committed by Gerrit Code Review
commit d5dfa2e242
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ directory.
CREATE DATABASE mistral;
USE mistral
GRANT ALL ON mistral.* TO 'root':<password>@<database-host>;
GRANT ALL ON mistral.* TO 'root'@<database-host> IDENTIFIED BY <password>;
Configure connection in Mistral config::