From 978e283f2c83528b9adc821db18a3c8f9978ee0a Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Mon, 19 Mar 2018 16:52:08 +0700 Subject: [PATCH] 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 --- doc/source/install/install-share-rdo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/install-share-rdo.rst b/doc/source/install/install-share-rdo.rst index 780e1d4e81..46dfedab01 100644 --- a/doc/source/install/install-share-rdo.rst +++ b/doc/source/install/install-share-rdo.rst @@ -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