Update Ubuntu install guide

The DB creation step for Ubuntu is slightly different from the
other distros.

Change-Id: Ib664da7ac647898f54ffb82bcadcbb6299bb5cc6
Closes-bug: #1784994
This commit is contained in:
Brian Rosmaita 2018-08-22 10:01:34 -04:00
parent 9657073262
commit 7191c7ac05
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ create a database, service credentials, and API endpoints.
.. code-block:: console
$ mysql -u root -p
# mysql
.. end