Switch from MySQL-python to PyMySQL

As discussed in the Liberty Design Summit "Moving apps to Python 3"
cross-project workshop, the way forward in the near future is to
switch to the pure-python PyMySQL library as a default.

https://etherpad.openstack.org/p/liberty-cross-project-python3

Change-Id: I5d266fad182d701456f57e85fa93bfbd5c991bf1
This commit is contained in:
Jeremy Stanley 2015-05-20 01:03:58 +00:00
parent d862ffb720
commit 2ea687898a
1 changed files with 1 additions and 1 deletions

View File

@ -53,4 +53,4 @@ admin_user = %SERVICE_USER%
admin_password = %SERVICE_PASSWORD%
[database]
# connection = mysql://congress:changeme@127.0.0.1:3306/congress
# connection = mysql+pymysql://congress:changeme@127.0.0.1:3306/congress