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: I1ef557218175c77a045c01d7efdefd99ff61e25c
This commit is contained in:
parent
32380f1fd7
commit
8f3d4aa904
@ -102,7 +102,7 @@ instructions).
|
||||
user/pw> revision -m '<your-summary-of-changes>' --autogenerate``
|
||||
|
||||
a. For example: ``bin/barbican-db-manage.py -d
|
||||
mysql://root:password@127.0.0.1/barbican?charset=utf8
|
||||
mysql+pymysql://root:password@127.0.0.1/barbican?charset=utf8
|
||||
revision -m 'Make unneeded verification columns nullable' --autogenerate``
|
||||
|
||||
3. Examine the generated version file, found in
|
||||
|
Loading…
x
Reference in New Issue
Block a user