From 7191c7ac055404aebe43a3e6279cafe353f83762 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Wed, 22 Aug 2018 10:01:34 -0400 Subject: [PATCH] Update Ubuntu install guide The DB creation step for Ubuntu is slightly different from the other distros. Change-Id: Ib664da7ac647898f54ffb82bcadcbb6299bb5cc6 Closes-bug: #1784994 --- doc/source/install/install-ubuntu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst index 08ba98a669..940a0b5e01 100644 --- a/doc/source/install/install-ubuntu.rst +++ b/doc/source/install/install-ubuntu.rst @@ -18,7 +18,7 @@ create a database, service credentials, and API endpoints. .. code-block:: console - $ mysql -u root -p + # mysql .. end