Update mysql connection in doc

Change-Id: If7f5eea5f87ada7c6bc4783b04e9a792bb5cd6f3
This commit is contained in:
pengdake 2018-02-02 02:31:13 +08:00
parent 9b4badd14f
commit 79d1f87980
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ directory.
Configure connection in Mistral config::
[database]
connection = mysql://<user>:<password>@<database-host>:3306/mistral
connection = mysql+pymysql://<user>:<password>@<database-host>:3306/mistral
**NOTE**: If PostgreSQL is used, configure connection item as below::