Fix error sql about privileges in doc

Change-Id: I4893e1415a6e0820900353270b62e20279d5bf1c
This commit is contained in:
pengdake 2018-02-02 00:29:00 +08:00
parent 9b4badd14f
commit 0ca36b2819
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::