Merge "Fix error sql about privileges in doc"
This commit is contained in:
commit
d5dfa2e242
@ -88,7 +88,7 @@ directory.
|
|||||||
|
|
||||||
CREATE DATABASE mistral;
|
CREATE DATABASE mistral;
|
||||||
USE 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::
|
Configure connection in Mistral config::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user