Fix error sql about privileges in doc
Change-Id: I4893e1415a6e0820900353270b62e20279d5bf1c
This commit is contained in:
@@ -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::
|
||||
|
||||
|
Reference in New Issue
Block a user