Merge "Fix mysql driver installation section in readme"

This commit is contained in:
Jenkins 2016-06-22 05:22:32 +00:00 committed by Gerrit Code Review
commit 8a3eaccaa6

View File

@ -87,6 +87,9 @@ an OpenStack environment.
$ tox -evenv -- pip install mysql-python
NOTE: If you're using Python 3 then you need to install ``mysqlclient``
instead of ``mysql-python``.
* Create the database and grant privileges::
$ mysql -u root -p