Adding driver to mysql connection URL

With current URL [1], default driver will be used.
In order to ensure the compatibility, it is better to include the exact driver [2].

[1] connection = mysql://
[2] connection = mysql+pymysql://

Change-Id: Ibd6418a9053103fa743207d672f6f0a3b23c30f5
This commit is contained in:
Vu Cong Tuan 2018-03-19 16:52:08 +07:00
parent 623f988b87
commit 978e283f2c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Install and configure components
[database]
...
connection = mysql://manila:MANILA_DBPASS@controller/manila
connection = mysql+pymysql://manila:MANILA_DBPASS@controller/manila
Replace ``MANILA_DBPASS`` with the password you chose for